/** * @funtion * @name useTitleLayout * @description custom hook that returns the title of the view * @returns {{title: string}} - title of the view * @author: Juan David Avila Caycedo [JuanDAC] (https://github.com/JuanDAC) */ export declare const useTitleLayout: () => { title: string; };