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