/** * Supported field types. */ export declare type QuickFormFieldType = 'autocomplete' | 'checkbox' | 'chips' | 'datepicker' | 'password' | 'radio' | 'select' | 'separator' | 'switch' | 'text' | 'textarea';