/// /** * The Modal component is a panel that slides out from the edge of the screen. It can be useful when you need users to complete a task or view some details without leaving the current page. * The Modal can appear from any edge of the screen. Pass the placement prop and set it to top, right, bottom, or left. * * See docs: https://chakra-ui.com/docs/overlay/modal */ export declare function Modal({ ...props }: any): JSX.Element; export declare function ModalBody({ ...props }: any): JSX.Element; export declare function ModalFooter({ ...props }: any): JSX.Element; export declare function ModalHeader({ ...props }: any): JSX.Element; export declare function ModalOverlay({ ...props }: any): JSX.Element; export declare function ModalContent({ ...props }: any): JSX.Element; export declare function ModalCloseButton({ ...props }: any): JSX.Element; //# sourceMappingURL=Modal.d.ts.map