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