declare const store: import("@stencil/store").ObservableMap<{
    componentStack: HTMLElement[];
}>;
export default store;
