import { FieldBase, IFieldOptions } from './field-base.interface'; import { IMCC, MCCType } from './mcc-select.interface'; export declare class MCCSelectField extends FieldBase { controlType: string; mccType: MCCType; constructor(options?: IFieldOptions); }