interface UseTitleOptions { pluralize?: boolean; lowerCase?: boolean; } export declare function useTitle(opts: UseTitleOptions): string; export {};