declare const _default: import("vue").DefineComponent<{ costTables: { type: ArrayConstructor; default(): any[]; }; applicant: { type: ObjectConstructor; default(): {}; }; insureds: { type: ArrayConstructor; default(): any[]; }; paramExt: { type: ObjectConstructor; default(): {}; }; brandColor: { type: StringConstructor; default: string; }; btnColor: { type: StringConstructor; default: string; }; isNewCostTable: { type: BooleanConstructor; default: boolean; }; }, {}, { pickerType: number; costCount: number; title: string; subTitle: string; tableData: any; fakerTableData: any; costInsured: number; costTableId: number; }, { isShowNewCostTable(): false; }, {}, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { isVisible: any; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { brandColor: string; btnColor: string; applicant: Record; insureds: unknown[]; costTables: unknown[]; paramExt: Record; isNewCostTable: boolean; }>; export default _default;