///
import { TitleProps } from "../../interfaces";
/**
* `useTitle` returns a component that calls the `
` passed to the ``.
* In this way, it becomes easier for us to access this component in various parts of the application.
*
* @see {@link https://refine.dev/docs/api-references/hooks/refine/useTitle} for more details.
*/
export declare const useTitle: () => React.FC;