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