export declare const FieldTypeEnum: {
    PICKUP: string;
    LOOKUP: string;
    INPUT: string;
    DATEPICKER: string;
    MOVABLE: string;
};
