import { InjectionToken } from '@angular/core'; import { MyLibConfig } from "./lib/interfaces/shared.interface"; export * from './lib/app/app.component'; export * from './lib/components/shared-components'; export * from './lib/components/app-component-sections'; export * from './lib/pipes'; export * from './lib/i18n'; export * from './lib/constants'; export * from './lib/interfaces'; export * from './lib/hooks'; export * from './lib/functions'; export * from './lib/validators'; export * from './lib/services'; export * from './lib/regex'; export * from './lib/directives/input-map-filter'; export declare const MY_LIB_CONFIG_TOKEN: InjectionToken;