import type { EmbedBubbleContent } from '@leapchat.io/schemas'; type Props = { content: EmbedBubbleContent; onTransitionEnd: (offsetTop?: number) => void; }; export declare const showAnimationDuration = 400; export declare const EmbedBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=EmbedBubble.d.ts.map