import React from "react"; import type { BackdropProps } from "./types"; declare const BackdropComponent: React.FC; export default BackdropComponent;