import * as React from "react"; import { DropLayerProps } from "./DropLayerProps"; declare const DropLayer: React.FC; export default DropLayer;