import type { IconProps } from './icon.types'; export declare const ChevronDownIcon: ({ width, height, className, color }: IconProps) => string;