import { FormlyFieldType } from "@rdkmaster/formly/form-field"; import { JigsawTimeSection } from '@rdkmaster/jigsaw'; export declare class FormlyFieldTimeSection extends FormlyFieldType { defaultOptions: { templateOptions: { layout: string; showHour: boolean; showWeek: boolean; showDate: boolean; multipleHour: boolean; multipleDate: boolean; }; }; protected _instance: JigsawTimeSection; }