type Props = { label: string; title?: string; onSourceClick?: () => void; }; export declare const SourceBubble: (props: Props) => import("solid-js").JSX.Element; export {};