import { IconProps } from '../../iconUtils'; export declare const ChatBubbleFill: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type ChatBubbleFillProps = IconProps; export default ChatBubbleFill;