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