import { LineChartProps } from '../../components'; export declare function formatHourlyLabel(value: string): string; export declare function formatLinearXAxisLabel(value: string): string; export declare function formatLinearYAxisLabel(value: number): string; export declare function formatPercentageYAxisLabel(value: number): string; export declare const DEFAULT_PROPS: Partial; export declare const DEFAULT_DATA: ({ name: string; data: { value: number; key: string; }[]; color?: undefined; isComparison?: undefined; } | { name: string; data: { value: number; key: string; }[]; color: string; isComparison: boolean; })[]; //# sourceMappingURL=SmallCharts.chromatic.stories.d.ts.map