export declare const auditLogColumns: (i18n: any) => ({ title: any; width: number; dataIndex: string; key: string; slots: { customRender: string; }; enWidth?: undefined; fixed?: undefined; } | { title: any; width: number; enWidth: number; dataIndex: string; key: string; slots: { customRender: string; }; fixed?: undefined; } | { title: string; width: number; fixed: string; slots: { customRender: string; }; dataIndex?: undefined; key?: undefined; enWidth?: undefined; })[]; export declare const projectColumns: (i18n: any) => { title: any; width: number; dataIndex: string; key: string; }[]; export declare const resorceColumns: (i18n: any) => { title: any; width: number; dataIndex: string; key: string; }[]; export declare const accountList: (i18n: any) => ({ label: any; key: string; tips?: undefined; isCopy?: undefined; } | { label: any; key: string; tips: string; isCopy?: undefined; } | { label: any; key: string; isCopy: boolean; tips?: undefined; })[][]; export declare const slotColumn: string[];