import type { FieldsSourceRendering } from '../../state/CollectionFieldsSourceState'; import type { SchemaState } from './SchemaState'; /** * Builds the schema source's config, shaped as a FieldsSourceRendering. The spine * builds the field-management panel from this; the per-field actions come from * schemaFieldActions. */ export declare const schemaRendering: (s: SchemaState) => FieldsSourceRendering; //# sourceMappingURL=schemaRendering.d.ts.map