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