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