/**
* Converts the name of the component to a page title.
*
* @param component - The component to convert the name from.
*
* @returns The page title.
*/
export declare function convertComponentNameToTitle(component: unknown): string;
