export interface ContextMenuTheme {
    /** CSS class applied to the trigger when the context menu is enabled. */
    enabled: string;
}
export declare const contextMenuTheme: ContextMenuTheme;
