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