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