export declare function useControlledState(initialState: T, controlledValue?: T): [T, (newValue: T) => void];