import { ThemePalette } from '../types';
import { BaseTheme } from './base';
export declare class DraculaTheme extends BaseTheme {
    name: string;
    palette: ThemePalette;
}
//# sourceMappingURL=dracula.d.ts.map