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