import { ISelector } from './types/selector';
export declare const Selector: (props: ISelector) => JSX.Element;
