import { XModule } from '../x-modules.types';
import { EmpathizeXStoreModule } from './store/types';
/**
 * Empathize {@link XModule} alias.
 *
 * @public
 */
export type EmpathizeXModule = XModule<EmpathizeXStoreModule>;
/**
 * Empathize {@link XModule} implementation. This module is auto-registered as soon as you
 * import any component from the `empathize` entry point.
 *
 * @public
 */
export declare const empathizeXModule: EmpathizeXModule;
//# sourceMappingURL=x-module.d.ts.map