import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Funnel: import("svelte").Component; type Funnel = ReturnType; export default Funnel; //# sourceMappingURL=funnel.svelte.d.ts.map