import * as i0 from "@angular/core";
export declare class PepperiFieldTitleComponent {
    label: string;
    required: boolean;
    disabled: boolean;
    maxFieldCharacters: number;
    xAlignment: string;
    showTitle: boolean;
    inputLength: number;
    constructor();
    static ɵfac: i0.ɵɵFactoryDef<PepperiFieldTitleComponent, never>;
    static ɵcmp: i0.ɵɵComponentDefWithMeta<PepperiFieldTitleComponent, "pep-field-title", never, { "label": "label"; "required": "required"; "disabled": "disabled"; "maxFieldCharacters": "maxFieldCharacters"; "xAlignment": "xAlignment"; "showTitle": "showTitle"; "inputLength": "inputLength"; }, {}, never, never>;
}
