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