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