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