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