import { FormlyFieldType } from "@rdkmaster/formly/form-field"; import { JigsawSwitch } from "@rdkmaster/jigsaw"; export declare class FormlyFieldSwitch extends FormlyFieldType { defaultOptions: { templateOptions: { hideLabel: boolean; valid: boolean; size: string; }; }; protected _instance: JigsawSwitch; }