import Modal, { ModalTitle, ModalSubtitle } from "./Modal"; declare const ModalRoot: typeof Modal & { Title: typeof ModalTitle; Subtitle: typeof ModalSubtitle; }; export default ModalRoot; export type { Props as ModalProps } from "./Modal.types";