import { SparkLineChartType } from '../../../constants/sparkline';
export declare const SparkLineTypeOptions: {
    text: string;
    value: SparkLineChartType;
}[];
