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