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