export declare const ItemSettingsContext: import("react").Context<{
    submenuCloseDelay: number;
    submenuOpenDelay: number;
}>;
