type $$ComponentProps = { size?: number; }; declare const IconChevronLeft: import("svelte").Component<$$ComponentProps, {}, "">; type IconChevronLeft = ReturnType; export default IconChevronLeft; //# sourceMappingURL=IconChevronLeft.svelte.d.ts.map