import { Injector, OnInit } from '@angular/core'; import { CoreBaseComponent } from '../../common/base.component'; import * as i0 from "@angular/core"; export declare class IconTextComponent extends CoreBaseComponent implements OnInit { /** * The source name to use for logging */ protected get logSourceName(): string; /** * The text in string. */ title: string; /** * It determines whether to show title */ showTitle: boolean; layoutFlex: boolean; /** * The sme icon class for URL icons. */ urlIcon: string; /** * The sme icon class for MDL icons. */ smeIconClassName: string; /** * It determines whether used in the read-only form field. */ readOnlyFormField: boolean; /** * The label for the readonly form field. */ readOnlyFormFieldLabel: string; constructor(injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }