import { CustomDetailComponentConfig } from './custom-detail-component-types'; import * as i0 from "@angular/core"; export declare class CustomDetailComponentService { private customDetailComponents; registerCustomDetailComponent(config: CustomDetailComponentConfig): void; getCustomDetailComponentsFor(locationId: string): CustomDetailComponentConfig[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }