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