import { EmbedBubbleBlock } from '@indite.io/schemas'; import { InputSubmitContent } from '@/types'; type Props = { content: EmbedBubbleBlock['content']; onTransitionEnd?: (ref?: HTMLDivElement) => void; onCompleted?: (data?: InputSubmitContent) => void; }; export declare const showAnimationDuration = 400; export declare const EmbedBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=EmbedBubble.d.ts.map