import { Tooltip } from './tooltip';
export declare class AxisChartsTooltip extends Tooltip {
    getItems(e: CustomEvent): any;
}
