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