interface Props {
    className?: string;
    onClick?: () => void;
}
declare const Backdrop: React.FC<Props>;
export default Backdrop;
