import { GraphicLocationInfoType, DataAboutType } from './types/index';

declare const _default: {
    datazoomEvent: (graphicLocation: GraphicLocationInfoType[] | undefined, currentEchartsId: string, xAxisData: string[], props: any, dataAbout: DataAboutType) => void;
    graphicDragLinkage: (graphicLocation: GraphicLocationInfoType, currentEchartsId: string, dataAbout: DataAboutType, props: any) => void;
    updateGraphic: (graphicLocation: GraphicLocationInfoType[] | undefined, currentEchartsId: string, xAxisData: string[], dataAbout: DataAboutType) => void;
    clearAllGraphicData: (dataAbout: DataAboutType) => void;
    clearGraphicData: (dataAbout: DataAboutType, currentEchartsId: string) => void;
    setEmit: (_emit: any) => void;
    emitGraphicLocation: (dataAbout: DataAboutType, currentEchartsId?: string) => void;
    LISTENER_GRAPHIC_LOCATION: string;
};
export default _default;
//# sourceMappingURL=handleGraph.d.ts.map