export { default as Dialog } from './Dialog'; export { default as DialogHead } from './DialogHead'; export { default as DialogBody } from './DialogBody'; export { default as DialogFoot } from './DialogFoot'; export { default as DialogDescription } from './DialogDescription'; export type { DialogProps } from './Dialog'; export type { DialogHeadProps } from './DialogHead'; export type { DialogBodyProps } from './DialogBody'; export type { DialogFootProps } from './DialogFoot'; export type { DialogDescriptionProps } from './DialogDescription';