import { EnvironmentProviders } from '@angular/core'; import { RuntimeThemeProviderOptions } from './theme.provider.types'; export declare function provideRuntimeTheme(configPath: string, options?: RuntimeThemeProviderOptions): EnvironmentProviders;