import type { FC } from 'react'; interface SelectArrowProps { className?: string; } export declare const SelectArrow: FC; export {};