import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Indicates the ability to navigate to the next step, view overflow items to the right, expand the tree * @public */ export declare const ChevronRightIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };