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