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