export declare type ModalBodyProps = { /** Sets overflowY: scroll on Modal's content */ scroll?: boolean; }; export declare const ModalBody: import("@emotion/styled-base").StyledComponent, HTMLDivElement>, ModalBodyProps, any>;