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