import { RechartsTheme } from './RechartsTheme';
/**
 * Light mode theme
 *
 * @experimental - this is still in active development, assume that the API will change in a minor/patch version
 */
export declare const lightTheme: RechartsTheme;
