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