type ChevronDownProps = {
    className?: string;
};
export declare const ChevronDown: ({ className }: ChevronDownProps) => import("react/jsx-runtime").JSX.Element;
export {};
