export declare const TABLE_PAGE_NUM_PARAM_VALUE = "$page$"; export declare const TABLE_PAGE_SIZE_PARAM_VALUE = "$pageSize$"; export declare const EVENT_PARAM_NUMBER_TYPE = "number"; declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; isContainer: boolean; platform: string; compLib: string; props: { basicStatus: number; size: string; }; todoProps: { name: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; size: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: string; }[]; defaultValue: string; style: { padding: string; fontSize: string; }; }; }; simple: { label: string; type: string; groupsName: string; props: {}; }; pageSize: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: number; min: number; max: number; }; }; current: { label: string; type: string; groupsName: string; props: { defaultValue: number; min: number; }; istodoBind: boolean; }; showTotal: { label: string; type: string; groupsName: string; props: { defaultValue: boolean; }; }; total: { label: string; type: string; groupsName: string; props: { dependProps: { showTotal: boolean; }; min: number; placeholder: string; }; istodoBind: boolean; }; showSizeChanger: { label: string; type: string; groupsName: string; props: {}; }; pageSizeOptions: { label: string; type: string; groupsName: string; props: { dependProps: { showSizeChanger: boolean; }; placeholder: string; regex: { pattern: RegExp; message: string; }; }; }; showQuickJumper: { label: string; type: string; groupsName: string; props: {}; }; extendProps: { label: string; type: string; groupsName: string; props: {}; }; }; engineApi: string[]; edEngineApi: string[]; style: { padding: string; }; todoStyles: any; todoEvents: { label: string; value: string; params: { title: string; name: string; value: string; attrType: string; description: string; type: string; }[]; }[]; todoActionList: never[]; }; export default config;