import MixedChartWrapper from '../mixed-chart';
export default class LineChartWrapper extends MixedChartWrapper {
    static rootSelector: string;
}
