import { FC } from 'react'; import { BackdropProps } from '../../../Backdrop'; export type DrawerBackdropProps = BackdropProps; export declare const DrawerBackdrop: FC;