import { ReactDirective } from "../../providers"; export declare class ZentInputDirective extends ReactDirective { formId: string; name: string; label: string; required: boolean; placeholder: string; relatedFieldName: string; protected onAttach(): Promise; protected onPostAttach(): Promise; private createFormFieldJsxElement; }