/**
 * The basic context menu class. All context menu components should extend this class.
 */
export interface BasicContextMenu {
    data: any;
}
