export declare const BUSI_CODE_RULE: {
    attrValueId: string;
    attrId: string;
    attrValue: string;
    attrValueName: string;
    attrValueDesc: string;
    attrCode: string;
    attrName: null;
}[];
export declare const BUSI_CODE_RESET_CYCLE: {
    attrValueId: string;
    attrId: string;
    attrValue: string;
    attrValueName: string;
    attrValueDesc: string;
    attrCode: string;
    attrName: null;
}[];
export declare const TIME_FORMAT: {
    value: string;
    label: string;
}[];
export declare const SUPPORT_COMPS: string[];
