import React from 'react'; interface Props { className?: string; } export declare const ChevronDownIcon: React.FC; export {};