import { InjectionToken } from "@angular/core";
export declare const CUSTOM_FORM_CONFIG: InjectionToken<unknown>;
