export declare function getIsHas(val: any): boolean;
export declare function toStringIsEqual(str: any, strs: any, type?: string): any;
export declare function getValueForType(type: any): any[] | "";
export declare function uniqueFunc(arr: any, guid: any): any;
export declare function getRanges(): {
    近一周: string[];
    近一月: string[];
    近一年: string[];
};
export declare function getFlatItem(getItem: any, checkedValue: any, type?: string): any;
export declare function getFilterShow(basicFilter: any, dataSource: any): {};
declare const _default: {};
export default _default;
