/// export interface TitleImageProps { embedded?: boolean; } export declare const TitleImage: ({ embedded }: TitleImageProps) => JSX.Element | null;