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