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