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