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