export { default as modalDark } from './dark';
export { default as modalLight } from './light';
export type { ModalTheme, ModalThemeVars } from './light';
