import { StationQuery } from "./fdsnstation.mjs"; import { LatLonChoice } from "./components.mjs"; export declare class ChannelSearch extends HTMLElement { constructor(); _registerEvent(wrapper: HTMLElement, sel: string): void; draw_element(shadow: ShadowRoot): void; populateQuery(query?: StationQuery): StationQuery; getGeoChoiceElement(): LatLonChoice; } export declare const CHANNEL_SEARCH_ELEMENT = "sp-channel-search"; //# sourceMappingURL=fdsnstationcomponent.d.mts.map