import { InjectionToken, Provider, Type } from '@angular/core'; import { FlControlHost } from 'flex-controls/controls'; import { ComponentType } from 'flex-controls/types'; export declare const FL_CONTROL_HOST: InjectionToken>>; export declare function provideControlHost>(useExisting: Type): Provider;