export = setUiComponentV6lib;
declare function setUiComponentV6lib({ fs, path }: {
    fs: any;
    path: any;
}): Promise<any>;
