import { Chart } from './chart';

export class Sparkline extends Chart {
    static normalizeOptions(options: any): any;
}