import React from 'react'; import type { PropsWithChildren } from 'react'; import type { BackdropProps } from '../../decs'; declare const Backdrop: React.FC>; export type { BackdropProps } from '../../decs'; export default Backdrop; //# sourceMappingURL=Backdrop.d.ts.map