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