import { PropsWithChildren } from "react"; declare const ModalHeader: React.FC; declare const ModalBody: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref"> & import("react").RefAttributes>; declare const ModalFooter: React.FC; type ModalType = React.FC void; }>> & { Body: typeof ModalBody; Footer: typeof ModalFooter; Header: typeof ModalHeader; }; export declare const Modal: ModalType; export {}; //# sourceMappingURL=Modal.d.ts.map