export declare const manifests: (import("../../core/property-editor/index.js").ManifestPropertyEditorSchema | { type: string; alias: string; name: string; element: () => Promise; meta: { label: string; propertyEditorSchemaAlias: string; icon: string; group: string; supportsReadOnly: boolean; settings: { properties: { alias: string; label: string; description: string; propertyEditorUiAlias: string; }[]; }; }; })[];