export declare const defaultChartStyles: (theme: import("../BrandConfigProvider").Theme) => readonly ["ChartStyles", import("../BrandConfigProvider/styles/createStyles").NamedStyles<{ independentAxis: { axis: import("victory-core").VictoryStyleObject; axisLabel: import("victory-core").VictoryLabelStyleObject | import("victory-core").VictoryLabelStyleObject[]; grid: import("victory-core").VictoryStyleObject; ticks: import("victory-core").VictoryTickStyleObject; tickLabels: import("victory-core").VictoryLabelStyleObject | import("victory-core").VictoryLabelStyleObject[]; }; dependentAxis: { axis: import("victory-core").VictoryStyleObject; axisLabel: import("victory-core").VictoryLabelStyleObject | import("victory-core").VictoryLabelStyleObject[]; grid: import("victory-core").VictoryStyleObject; ticks: import("victory-core").VictoryTickStyleObject; tickLabels: import("victory-core").VictoryLabelStyleObject | import("victory-core").VictoryLabelStyleObject[]; }; line: { data: import("victory-core").VictoryStyleObject; labels: import("victory-core").VictoryLabelStyleObject | import("victory-core").VictoryLabelStyleObject[]; }; trendline: { data: import("victory-core").VictoryStyleObject; labels: import("victory-core").VictoryLabelStyleObject | import("victory-core").VictoryLabelStyleObject[]; }; scatter: { data: import("victory-core").VictoryStyleObject; labels: import("victory-core").VictoryLabelStyleObject | import("victory-core").VictoryLabelStyleObject[]; }; dataSelectionTooltip: { line: { strokeWidth: number; stroke: string; }; offsetX: number; offsetY: number; width: number; height: number; stroke: string; fill: string; strokeWidth: number; dateTextColor: string; bubble1TextColor: string; bubble2TextColor: string; }; colors: { trace1: string; trace2: string; }; chart: { height: number; width: number; }; bar: { data: import("victory-core").VictoryStyleObject; labels: import("victory-core").VictoryLabelStyleObject | import("victory-core").VictoryLabelStyleObject[]; }; sleepAnalysis: { area: any; axis: any; bar: any; boxplot: any; candlestick: any; chart: any; dependentAxis: any; errorbar: any; group: any; histogram: any; independentAxis: any; legend: any; line: any; pie: any; polarAxis: any; polarDependentAxis: any; polarIndependentAxis: any; scatter: any; stack: any; tooltip: any; voronoi: any; }; }>]; declare module './../BrandConfigProvider/styles/types' { interface ComponentStyles extends ComponentNamedStyles { } } export type MyDataStyles = NamedStylesProp;