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