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