export declare class EuiMenuItem { id?: string; label?: string; url?: string; urlExternal?: string; link?: boolean; iconClass?: string; iconTypeClass?: string; iconLabel?: string; expanded?: boolean; active?: boolean; children?: EuiMenuItem[]; visible?: boolean; tagLabel?: string; tagTypeClass?: string; hasMarker?: boolean; markerTypeClass?: string; category?: string; disabled?: boolean; filtered?: boolean; command?: () => void; constructor(values?: Object); }