import type { XModule } from '../x-modules.types'; import type { EmpathizeXStoreModule } from './store/types'; /** * Empathize {@link XModule} alias. * * @public */ export type EmpathizeXModule = XModule; /** * 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