import React from 'react'; import { FloatingBubbleProps } from './PropsType'; declare const FloatingBubble: React.FC; export default FloatingBubble;