export interface NeonPriorityMenuItem {
    element: HTMLElement;
    width: number;
    key: string;
}
