declare const useDefault: (defaultValue: any, initialValue: any) => [any, (nextValue?: any) => void];
export default useDefault;
