import type { Theme } from '../../_mixins'; export declare const self: () => {}; export type EquationThemeVars = ReturnType; declare const equationLight: Theme<'Equation', EquationThemeVars>; export default equationLight; export type EquationTheme = typeof equationLight;