import { TypeRegistration } from '@pod-os/core'; export declare class PosTypeIndexEntries { uri: string; el: HTMLElement; entries: TypeRegistration[]; componentWillLoad(): Promise; render(): any; }