import { FunctionComponent } from 'react'; import { SelectorProps } from './types'; export declare const Selector: FunctionComponent;