import { type Action, type IResourceItem } from "@refinedev/core";
type Props = {
    handler?: (options: {
        resource?: IResourceItem;
        action?: Action;
        params?: Record<string, string | undefined>;
        pathname?: string;
        autoGeneratedTitle: string;
    }) => string;
};
export declare const DocumentTitleHandler: ({ handler }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=document-title-handler.d.ts.map