export interface SelectionItem { text: string; value: number; type?: string; } export declare const selectList: (i18n: any) => SelectionItem[]; export declare const statusList: (i18n: any) => SelectionItem[]; export declare const statusNameList: (i18n: any) => SelectionItem[]; export declare const statusTypeList: (i18n: any) => SelectionItem[]; export declare const userTypeList: (i18n: any) => SelectionItem[]; declare const _default: { selectList: (i18n: any) => SelectionItem[]; statusList: (i18n: any) => SelectionItem[]; statusNameList: (i18n: any) => SelectionItem[]; statusTypeList: (i18n: any) => SelectionItem[]; userTypeList: (i18n: any) => SelectionItem[]; }; export default _default;