import { FormlyFieldType } from "@rdkmaster/formly/form-field"; import { JigsawListLite } from "@rdkmaster/jigsaw"; export declare class FormlyFieldListLite extends FormlyFieldType { defaultOptions: { templateOptions: { width: string; valid: boolean; labelField: string; }; }; protected _instance: JigsawListLite; }