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