import { BaseComponentWithTheme } from '../../utils'; import type { DisplayAlign, DisplayColor, BreakpointCustomizable, DisplaySize, DisplayTag, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PDisplay extends BaseComponentWithTheme { align?: DisplayAlign; color?: DisplayColor; ellipsis?: boolean; size?: BreakpointCustomizable; tag?: DisplayTag; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }