export declare const listMeta: { readonly name: "List"; readonly category: "pattern"; readonly directManifestNode: false; readonly allowedChildren: readonly []; readonly note: "List feature component; collection authoring is represented through List metadata."; readonly props: {}; }; export declare const listItemMeta: { readonly name: "ListItem"; readonly category: "pattern"; readonly directManifestNode: false; readonly allowedChildren: readonly []; readonly note: "List feature component; collection authoring is represented through List metadata."; readonly events: { readonly itemPress: { readonly label: "Item press"; readonly eventType: "collection.itemPress"; readonly description: "Emitted when a collection item is selected."; readonly payloadFields: readonly [{ readonly path: "payload.itemId"; readonly type: "string"; readonly label: "Item ID"; }, { readonly path: "payload.item"; readonly type: "record"; readonly label: "Item"; }]; }; }; readonly props: {}; }; export declare const listSectionMeta: { readonly name: "ListSection"; readonly category: "pattern"; readonly directManifestNode: false; readonly allowedChildren: readonly []; readonly note: "List feature component; collection authoring is represented through List metadata."; readonly props: {}; }; //# sourceMappingURL=meta.d.ts.map