import React from 'react'; import './Backdrop.less'; import { BackdropProps } from './Backdrop.types'; declare const Backdrop: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default Backdrop;