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