/**
 * Identity management module
 *
 * @packageDocumentation
 */
export * from './components';
export * from './pages';
export * from './hooks';
export * from './services';
export * from './types';
export declare const VERSION = "1.0.0";
//# sourceMappingURL=index.d.ts.map