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