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