import * as React from "react"; import type { BackdropOwnProps, PolymorphicWithRef } from "../types"; declare type BackdropProps = PolymorphicWithRef; declare type BackdropElement = (props: BackdropProps) => React.ReactElement>; declare const Backdrop: BackdropElement; export default Backdrop; //# sourceMappingURL=Backdrop.d.ts.map