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