/// declare const useInternalState: (defaultValueProp: T, valueProp: T) => [T, import("react").Dispatch>]; export default useInternalState;