import { ThemeOtvet, ThemeOtvetCssVars, ThemeOtvetDescription } from '../otvet'; export declare type ThemeOtvetDark = ThemeOtvet; export declare type ThemeOtvetDarkDescription = ThemeOtvetDescription; export declare type ThemeOtvetDarkCssVars = ThemeOtvetCssVars;