export { default } from './Dialog'; export type { DialogProps } from './type'; export { dialogClassNames } from './constants'; export type { DialogClassNames } from './constants';