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