import React from 'react'; interface BDProps { style?: React.CSSProperties; [key: string]: any; } export declare const Backdrop: (props: BDProps) => JSX.Element; export {};