import { DisplayMetadata } from './types'; import * as i0 from "@angular/core"; export declare class DisplayComponent { /** * Display configuration object. * @type {DisplayMetadata} * @property content - Static text to display. * @property color - The text color (Ionic color string). * @property size - The text size ('small' | 'medium' | 'large' | 'xlarge'). */ props: DisplayMetadata; /** * Returns the content to display. * Uses static content, or contentConfig fallback for backwards compatibility. */ getDisplayContent(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }