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