type Props = { pageContent: string; metadata: { source?: string; [key: string]: any; }; onSourceClick?: () => void; backgroundColor?: string; }; export declare const SourceBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=SourceBubble.d.ts.map