import { IconProps } from '../lib';
declare function ChatText(props: IconProps): JSX.Element;
export default ChatText;
