import { XModule } from '../x-modules.types';
import { PopularSearchesXStoreModule } from './store/types';
/**
 * PopularSearches {@link XModule} alias.
 *
 * @public
 */
export type PopularSearchesXModule = XModule<PopularSearchesXStoreModule>;
/**
 * Popular searches {@link XModule} implementation. This module is auto-registered as soon as
 * you import any component from the `popular-searches` entry point.
 *
 * @public
 */
export declare const popularSearchesXModule: PopularSearchesXModule;
//# sourceMappingURL=x-module.d.ts.map