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