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