export { default as mentionDark } from './dark';
export { default as mentionLight } from './light';
export type { MentionTheme, MentionThemeVars } from './light';
