interface RegistryItem {
    name: string;
    type: string;
    description?: string;
}
export declare function getRegistryIndex(): Promise<RegistryItem[]>;
export declare function loadComponent(name: string): Promise<any>;
export {};
//# sourceMappingURL=registry.d.ts.map