import * as i0 from '@angular/core'; import { ElementRef } from '@angular/core'; import { LuxSanitizeConfig, LuxHtmlComponent } from '@ihk-gfi/lux-components/lux-html'; declare class LuxMarkdownComponent { luxSanitizeConfig?: LuxSanitizeConfig; luxStyle: string; luxClass: string; _luxData: string; set luxData(markdownData: string); get luxData(): string; contentComponent: LuxHtmlComponent; contentRef: ElementRef; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { LuxMarkdownComponent };