import { IconProps } from '../lib';
declare function DotsSix({ weight, color, size, style }: IconProps): JSX.Element;
export default DotsSix;
