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