export declare const lineData: ({ group: string; key: string; value: number; audienceSize?: undefined; } | { group: string; key: string; value: number; audienceSize: number; })[]; export declare const lineOptions: { title: string; axes: { bottom: { title: string; mapsTo: string; scaleType: string; }; left: { mapsTo: string; title: string; scaleType: string; }; }; }; export declare const lineCustomDomainOptions: { title: string; axes: { bottom: { title: string; mapsTo: string; scaleType: string; domain: string[]; }; left: { domain: number[]; mapsTo: string; title: string; scaleType: string; }; }; }; export declare const lineTimeSeriesData: { group: string; date: Date; value: number; }[]; export declare const lineTimeSeriesOptions: { title: string; axes: { bottom: { title: string; mapsTo: string; scaleType: string; }; left: { mapsTo: string; title: string; scaleType: string; }; }; curve: string; }; export declare const lineTimeSeriesCustomDomainOptions: { title: string; axes: { bottom: { title: string; domain: Date[]; mapsTo: string; scaleType: string; }; left: { mapsTo: string; title: string; scaleType: string; }; }; curve: string; }; export declare const lineTimeSeriesWithThresholdsOptions: { title: string; axes: { bottom: { title: string; mapsTo: string; scaleType: string; thresholds: { value: Date; label: string; valueFormatter: (date: Date) => string; }[]; }; left: { mapsTo: string; title: string; scaleType: string; thresholds: ({ value: number; label: string; fillColor: string; } | { value: number; fillColor: string; label?: undefined; })[]; }; }; curve: string; }; export declare const lineTimeSeriesDenseData: { group: string; date: Date; value: number; }[]; export declare const lineTimeSeriesDenseOptions: { title: string; axes: { bottom: { title: string; mapsTo: string; scaleType: string; }; left: { mapsTo: string; title: string; scaleType: string; }; }; curve: string; }; export declare const lineTimeSeriesDataRotatedTicks: { group: string; date: Date; value: number; }[]; export declare const lineTimeSeriesRotatedTicksOptions: { title: string; width: string; axes: { bottom: { scaleType: string; mapsTo: string; }; left: { mapsTo: string; }; }; }; export declare const lineHorizontalOptions: { title: string; axes: { left: { title: string; mapsTo: string; scaleType: string; }; bottom: { mapsTo: string; title: string; scaleType: string; }; }; }; export declare const lineTimeSeriesHorizontalOptions: { title: string; axes: { left: { title: string; mapsTo: string; scaleType: string; }; bottom: { mapsTo: string; title: string; scaleType: string; }; }; curve: string; }; export declare const lineEmptyStateData: any[]; export declare const lineEmptyStateOptions: { title: string; axes: { bottom: { title: string; mapsTo: string; scaleType: string; }; left: { mapsTo: string; title: string; scaleType: string; }; }; curve: string; }; export declare const lineSkeletonData: any[]; export declare const lineSkeletonOptions: { title: string; axes: { bottom: { title: string; mapsTo: string; scaleType: string; }; left: { mapsTo: string; title: string; scaleType: string; }; }; curve: string; data: { loading: boolean; }; };