import * as React from 'react'; import { IAdaptiveItem, IHasCX, IHasRawProps } from '@epam/uui-core'; /** Represents the properties of the GlobalMenu component. */ export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps> { } export declare const GlobalMenu: React.ForwardRefExoticComponent>; //# sourceMappingURL=GlobalMenu.d.ts.map