export declare const ContextWithActionEnabled: import("react").Context<{
    actionEnabled: boolean;
}>;
