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