/** * Updates the document title on mount and when the title changes. * @param title - The string to set as document title */ export declare function useDocumentTitle(title: string): void;