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