import { TitleMetadata } from './types'; import * as i0 from "@angular/core"; export declare class TitleComponent { /** * Title configuration object. * @type {TitleMetadata} * @property content - Static title text. * @property color - The title color (Ionic color string). * @property size - The title size ('small' | 'medium' | 'large' | 'xlarge'). * @property bold - Whether the title is bold. * @property thin - Whether the title is thin (optional). */ props: TitleMetadata; /** * Returns the content to display. * Uses static content, or contentFallback for backwards compatibility. */ getDisplayContent(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }