import type { FC, PropsWithChildren } from "react";
export declare const TextMessagePartProvider: FC<PropsWithChildren<{
    text: string;
    isRunning?: boolean;
}>>;
//# sourceMappingURL=TextMessagePartProvider.d.ts.map