import { ChartComponentThemeDefinition, ChartThemeDefinition } from '../ChartTheme'; /** * Base theme containing Victory properties only * * @private Not intended as public API and subject to change */ export declare const BaseTheme: ChartThemeDefinition; /** * Base component theme * * @private Not intended as public API and subject to change */ export declare const BaseComponentTheme: ChartComponentThemeDefinition; //# sourceMappingURL=base-theme.d.ts.map