import { EventEmitter } from '@angular/core';
import { GeoJson, Structure } from '@gouvfr-anct/mediation-numerique';
import * as i0 from "@angular/core";
export declare class StructureListStubComponent {
    structureList: Structure[];
    location: GeoJson;
    selectedStructure: Structure;
    displayMapMarkerId: EventEmitter<string>;
    selectedMarkerId: EventEmitter<string>;
    static ɵfac: i0.ɵɵFactoryDeclaration<StructureListStubComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StructureListStubComponent, "app-structure-list", never, { "structureList": "structureList"; "location": "location"; "selectedStructure": "selectedStructure"; }, { "displayMapMarkerId": "displayMapMarkerId"; "selectedMarkerId": "selectedMarkerId"; }, never, never, false>;
}
