import { FormlyFieldType } from "@rdkmaster/formly/form-field"; import { ColorType } from "@rdkmaster/formly/button"; import { JigsawButtonBar } from "@rdkmaster/jigsaw"; export declare class FormlyFieldButtonBar extends FormlyFieldType { defaultOptions: { templateOptions: { valid: boolean; labelField: string; colorType: ColorType; }; }; protected _instance: JigsawButtonBar; }