import { NaslUIComponentConfig } from '../../overload';
export default function genNaslComponentConfig({ apiPath, rootPath, assetsPublicPath, libInfo, extraConfig, framework, }: any): any;
export declare function processComponentConfigExtends(components: NaslUIComponentConfig[], lcapUIComponents?: any[]): void;
