import type { Theme } from './theme';
/**
 * Legacy Light chart theme to be removed in future release
 *
 * @public
 * @deprecated use new `LIGHT_THEME`
 */
export declare const LEGACY_LIGHT_THEME: Theme;
//# sourceMappingURL=legacy_light_theme.d.ts.map