import { ReactElement } from "react";
export declare function OuterDrop(props: {
    children: ReactElement;
}): ReactElement<any, string | import("react").JSXElementConstructor<any>>;
