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