import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Indicates the ability to navigate to a previous step or view overflow items to the left. Do not use in trees to show something is closed * @public */ export declare const ChevronLeftSmallIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };