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