import { MixinLevelTag, xX_Father_BaseVue } from './Father_BaseVue';
export default class xX_Father_ExportExcel_Mixin extends xX_Father_BaseVue {
    constructor();
    t: (path: string, ...options: any[]) => any;
    exportExcel(formName_orParamsObj: string | {}, baseOption: ExportExcelOption_Type, fileName: string): void;
    activated(): void;
    created(): void;
    destroyed(): void;
    mounted(): void;
    updated(): void;
    MixinsData_1: MixinLevelTag & ExportExcelMixinImpl;
}
export interface ExportExcelMixinImpl {
    exportExcelApi: (baseOption: ExportExcelOption_Type, form: ExportExcelParam_Type, current?: number, size?: number) => Promise<any>;
}
export declare class xX_ExportExcel_Mixin_Helper {
    static checkIs_ExcelOrFile(response: AxiosResponse_Type<any>): boolean;
}
//# sourceMappingURL=Father_ExportExcel_Mixin.d.ts.map