export { default as dialogDark } from './dark';
export { default as dialogLight } from './light';
export { dialogRtl } from './rtl';
export type { DialogTheme, DialogThemeVars } from './light';
