import { ModuleWithProviders } from '@angular/core';
import { LpxOptions } from '@volosoft/ngx-lepton-x';
import * as i0 from "@angular/core";
export type ThemeLeptonXModuleOptions = LpxOptions;
export declare class ThemeLeptonXModule {
    static forRoot(options?: ThemeLeptonXModuleOptions): ModuleWithProviders<ThemeLeptonXModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ThemeLeptonXModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeLeptonXModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<ThemeLeptonXModule>;
}
