/// import { IconProps } from './types'; export declare const ChatBubbleIcon: ({ color, ...props }: IconProps) => JSX.Element; export default ChatBubbleIcon;