import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "../../theme/src/theme-check.directive"; import * as i2 from "../../common/sapphire-view-encapsulation"; type HeadingLevel = '' | '1' | '2' | '3' | '4' | '5' | '6'; /** * Applies sapphire heading style on HTML heading elements. */ export declare class HeadingComponent { private elementRef; private levelInput?; set level(value: HeadingLevel); /** * The semantic color of the text * @default 'primary' */ color?: 'primary' | 'secondary' | 'positive' | 'negative' | 'warning' | 'informative'; get level(): HeadingLevel; constructor(elementRef: ElementRef); private getLevelFromElement; private get className(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};