export declare class SimplifiedCollectionsPlugin {
    static uiExtensions: {
        extensionPath: string;
        providers: string[];
    };
}
