import React from "react";
export declare const DropDownContext: React.Context<{
    isOpen: any;
}>;
export declare const DropDownProvider: (props: any) => JSX.Element;
