interface Props { size?: number; [key: string]: any; } declare const IconShieldFillMinus: import("svelte").Component; type IconShieldFillMinus = ReturnType; export default IconShieldFillMinus;