import { SelectorProps, SelectorValue } from './PropsType'; export declare const Selector: (p: SelectorProps) => JSX.Element;