export declare const createTrackedSelector: (useSelector: (selector: (state: State) => Selected) => Selected) => () => State;