import * as React from 'react'; export declare const ChevronDown: { ({ fill, ...props }: React.SVGProps): JSX.Element; defaultProps: { fill: string; }; };