/// interface Props { className?: string; color?: string; width?: number; height?: number; } export declare const ChevronIcon: ({ className, width, height }: Props) => JSX.Element; export {};