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