import { type BoxProps } from '../Box'; export type ModalBackdropProps = BoxProps; declare const ModalBackdrop: (props: ModalBackdropProps) => import("react/jsx-runtime").JSX.Element; export default ModalBackdrop; //# sourceMappingURL=ModalBackdrop.d.ts.map