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