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