/// export declare function useControl(defaultState: T, propState?: T, propSetState?: (value: K) => any): [T, React.Dispatch>];