interface ChatEmbedProps extends React.PropsWithChildren { shadowRoot: ShadowRoot; chatAPI: VoiceflowChat | undefined; ready?: () => void; } export declare const ChatEmbed: React.FC; export {}; //# sourceMappingURL=index.d.ts.map