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