import { FieldOptions } from "../interfaces/field.options.interface"; export declare function Field(options?: FieldOptions): any;