import { withChartThemeProps, ChartjsComponentType } from './withChartThemeProps'; export declare const withChartTheme: (WrappedComponent: any, { classOpacity, defaultScales, ...other }?: withChartThemeProps) => ChartjsComponentType;