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