declare const _default: import("vue").DefineComponent<{ costTable: { type: ObjectConstructor; default(): any; }; applicant: { type: ObjectConstructor; default(): {}; }; insured: { type: ObjectConstructor; default(): {}; }; paramExt: { type: ObjectConstructor; default(): {}; }; brandColor: { type: StringConstructor; default: string; }; btnColor: { type: StringConstructor; default: string; }; }, {}, { title: string; subTitle: string; tableData: any; fakerTableData: any; staticCostTable: any; staticApplicant: any; staticInsured: any; }, { realCostTable(): any; realApplicant(): any; realInsured(): any; }, {}, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { preOverflowValue: string; isVisible: boolean; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; beforeDestroy(): void; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { brandColor: string; btnColor: string; applicant: Record; paramExt: Record; costTable: Record; insured: Record; }>; export default _default;