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