import React from "react";
export declare function useDocumentTitle(value?: string): [string, React.Dispatch<React.SetStateAction<string>>];
