import './ImageBubble.scss'; interface ImageBubbleProps { title: string; href?: string; } export default function ImageBubble({ title, href }: ImageBubbleProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ImageBubble.d.ts.map