/** * 获取状态tag props * @param {Number} statusValue 状态值 */ export declare const getStatusTagProps: (statusValue: any) => { type: string; text: string; };