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