/// <reference types="react" />
declare const Selectors: (props: any) => JSX.Element;
export default Selectors;
