import { FC, HTMLAttributes } from 'react'; /** * Dims out entire background when modal is open */ declare const ModalOverlay: FC>; export { ModalOverlay };