import { Injector } from '@angular/core';
import { CoreBaseComponent } from '../../common/base.component';
import { FormFieldComponent } from '../form-field/form-field.component';
import * as i0 from "@angular/core";
export declare class FormFieldLayoutComponent<TStrings> extends CoreBaseComponent {
    /**
     * The source name to use for logging
     */
    protected get logSourceName(): string;
    /**
     * A reference to the form field that this layout contains
     */
    formField: FormFieldComponent<TStrings, any>;
    /**
     * String from checkbox form field in case markdown is enabled.
     */
    markdownText: string;
    /**
     * Boolean input for whether to interpret the form field component as markdown or not.
     * Enable only for check box form fields
     */
    get markdownEnabled(): boolean;
    /**
     * Initializes a new instance of the FormFieldLayoutComponent
     */
    constructor(injector: Injector);
    protected getInitialHostClasses(): string[];
    static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldLayoutComponent<any>, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldLayoutComponent<any>, "sme-form-field-layout", never, { "formField": "formField"; }, {}, never, ["*"], false, never>;
}
