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