import type { UiComponentBindingMeta } from '@ankhorage/contracts'; import type { ZoraComponentMeta } from '../../../types/authoring'; /*** Derives scalar bindings and normalized events from explicit component authoring schemas. */ export declare function createManifestBindings(props: ZoraComponentMeta['props'], events?: ZoraComponentMeta['events']): UiComponentBindingMeta; //# sourceMappingURL=createManifestBindings.d.ts.map