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