export { default as equationDark } from './dark';
export { default as equationLight } from './light';
export type { EquationThemeVars, EquationTheme } from './light';
