export declare const FORM_LEFT_MENU_DATA: { key: string; title: string; }[]; export declare const FORM_HEADER_DATA: { key: string; title: string; }[]; export declare const SUBMIT_COUNT: { label: string; value: number; }[]; export declare const SUBMIT_TIP_MESSAGE: { label: string; value: string; }[]; export declare const ADD_PERMISSION_MODAL_MENU: { key: string; title: string; }[]; export declare const RULE_ITEM_FIELDS: { fieldKey: string; label: string; }[]; export declare const FORM_RELEASE_MENU: { key: string; title: string; }[]; export declare const PAGE_DATA_STORAGE_KEY = "pageData"; export declare const SHOW_HIDE_RULE_NAME: { label: string; value: string; }[]; export declare const SHOW_HIDE_RULE_ACTION: { label: string; value: string; }[]; export declare const CONDITION_LIST: { value: string; label: string; }[]; export declare const SYSTEM_FIELSDS: { label: string; value: string; }[]; export declare const FORM_CONFIG_MENU: { key: string; label: string; }[]; export declare const ADDRESS_TYPE: { value: string; label: string; }[]; export declare const DATA_PUSHE: { value: number; label: string; }[]; export declare const PARAMS_PUSH_TYPE: { value: string; label: string; }[]; export declare const SKIP_TYPE: { value: number; label: string; }[];