import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Dots3X3Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Dots3X3Icon;
