import { Provider } from '@angular/core'; /** * Dropdown config provider * @param config The custom config * @returns The config provider */ export declare function provideDropdown(className?: string): Provider; export declare function withDropdown(className?: string): Provider;