import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Indicates an expandable/expanded component such as a dropdown or tree navigation * @public */ export declare const ChevronDownSmallIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };