import { OnInit } from '@angular/core'; import { SafeHtml } from '@angular/platform-browser'; import { ClassListCtor } from '@dshch/rad-ui/common'; import * as i0 from "@angular/core"; declare class InfoBase { constructor(); } declare const _InfoMixinBase: ClassListCtor & typeof InfoBase; export interface IStyle { [styleName: string]: string; } export declare class InfoComponent extends _InfoMixinBase implements OnInit { id: string; label: string; value: string | SafeHtml; required: boolean; tooltip: string; name: string; inputClassList: string; labelClassList: string; wrapClassList: string; inputInlineStyle: IStyle; labelInlineStyle: IStyle; wrapInlineStyle: IStyle; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};