import React from "react"; declare const Backdrop: ({ className, onClose, }: { className?: string | undefined; onClose?: (() => void) | undefined; }) => React.JSX.Element; export default Backdrop; //# sourceMappingURL=Backdrop.d.ts.map