import { ReactIconComponentType } from '../types';

declare const ChatBubbleOutline: ReactIconComponentType;
export default ChatBubbleOutline;
            