import { EntityComponent } from './entity-component'; export declare function provideParent(component: any): { provide: typeof EntityComponent; useExisting: import("@angular/core").Type; };