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