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