import { SchemaFormControl } from '../../forms/forms';
import { BaseField } from '../base-field';
import * as i0 from "@angular/core";
export declare class StringFieldComponent extends BaseField<SchemaFormControl> {
    schemaForm: SchemaFormControl;
    static ɵfac: i0.ɵɵFactoryDeclaration<StringFieldComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StringFieldComponent, "nz-string-field", never, { "schemaForm": { "alias": "schemaForm"; "required": false; }; }, {}, never, never, true, never>;
}
