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