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