import { SVGProps } from 'react'; export interface SingleSelectProps extends Omit, 'css'> { } export declare const SingleSelect: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;