import g2Connect from './common/g2Connect';
import g2ConnectFilter from './common/g2ConnectFilter';
import * as common from './common/common';
declare const _default: {
    Connect: typeof g2Connect;
    ConnectFilter: typeof g2ConnectFilter;
    propertyMap: {
        axis: string[];
    };
    propertyAssign: typeof common.propertyAssign;
    getParentSize: typeof common.getParentSize;
    getStatusColor: typeof common.getStatusColor;
    isInvalidNumber: typeof common.isInvalidNumber;
    numberDecimal: typeof common.numberDecimal;
    beautifyNumber: typeof common.beautifyNumber;
    getRawData: typeof common.getRawData;
    filterKey: typeof common.filterKey;
    isEqual: any;
    isEqualWith: any;
    merge: any;
    calcLinearColor: typeof common.calcLinearColor;
    traverseTree: typeof common.traverseTree;
    deepAssign: (rst: any, ...args: any[]) => any;
    unitConversion: typeof common.unitConversion;
    isInsideChina: typeof common.isInsideChina;
    getAutoMask: typeof common.getAutoMask;
    generateTimestamps: typeof common.generateTimestamps;
    getHourlyTimestamp: typeof common.getHourlyTimestamp;
    fillMissingTimestamps: typeof common.fillMissingTimestamps;
};
export default _default;
