type AnnotationLibs = { annotation: string; library: string; }; export declare const annotationLibs: AnnotationLibs[]; /** * @description Returns the reuse libraries associated with annotation entries in the metadata. * @param metadata - metadata string to be checked for specific annotations * @returns The base component library path */ export declare function getAnnotationV4Libs(metadata: string): string[]; export {}; //# sourceMappingURL=annotationCustomUi5Libs.d.ts.map