import * as React from "react"; export interface ActionDropdownContextValue { close?: () => void; open?: () => void; } export declare const ActionMenuContext: React.Context;