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