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