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