import { Theme } from "../core/Theme";
/**
 * "Midnight" — a dark theme on a deep-navy ground, with a series palette tuned
 * to read well on it.
 *
 * This is a standalone theme; it does not modify the built-in `DarkTheme`.
 *
 * @see {@link https://www.amcharts.com/docs/v5/concepts/themes/} for more info
 * @important
 */
export declare class MidnightTheme extends Theme {
    protected setupDefaultRules(): void;
}
//# sourceMappingURL=MidnightTheme.d.ts.map