declare type selector = (state: S) => any; export declare function useSelector(selector: selector): any; export {};