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