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