import * as React from 'react'; export declare const ContextSelectorContext: React.Context<{ onSelect: (event: any, value: React.ReactNode) => any; }>; //# sourceMappingURL=contextSelectorConstants.d.ts.map