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