import { SingleComponent } from './single.component'; import { SingleFormComponent } from './single-form/single-form.component'; export declare function declaration(): (typeof SingleComponent | typeof SingleFormComponent)[]; export declare class SingleModule { static forRoot(config?: any): any; } export declare class SingleWithRouteModule { static forRoot(config?: any): any; }