export declare const sectionListMeta: { readonly name: "SectionList"; readonly blueprint: { readonly label: "Section list"; readonly defaultProps: { readonly sections: readonly []; }; }; readonly description: "Virtualized sections of ordered children. Section counts must cover every child exactly once."; readonly events: { readonly visibleItemsChange: { readonly eventType: "sectionList.visibleItemsChange"; readonly label: "Visible items change"; readonly payloadFields: readonly [{ readonly path: "keys"; readonly type: "unknown"; }]; }; readonly refresh: { readonly eventType: "sectionList.refresh"; readonly label: "Refresh"; readonly payloadFields: readonly []; }; readonly endReached: { readonly eventType: "sectionList.endReached"; readonly label: "End reached"; readonly payloadFields: readonly [{ readonly path: "distanceFromEnd"; readonly type: "number"; }]; }; }; readonly props: { readonly sections: { readonly type: "array"; readonly category: "Data"; readonly itemSchema: readonly [{ readonly key: "key"; readonly schema: { readonly type: "string"; readonly category: "Identity"; }; }, { readonly key: "title"; readonly schema: { readonly type: "string"; readonly category: "Content"; }; }, { readonly key: "itemCount"; readonly schema: { readonly type: "number"; readonly category: "Data"; }; }]; }; readonly stickySectionHeadersEnabled: { readonly type: "boolean"; readonly category: "Behavior"; }; readonly horizontal: { readonly type: "boolean"; readonly category: "Layout"; }; readonly refreshing: { readonly type: "boolean"; readonly category: "State"; }; readonly initialNumToRender: { readonly type: "number"; readonly category: "Virtualization"; }; readonly maxToRenderPerBatch: { readonly type: "number"; readonly category: "Virtualization"; }; readonly windowSize: { readonly type: "number"; readonly category: "Virtualization"; }; readonly onEndReachedThreshold: { readonly type: "number"; readonly category: "Behavior"; }; readonly showsScrollIndicator: { readonly type: "boolean"; readonly category: "Style"; }; readonly bounces: { readonly type: "boolean"; readonly category: "Behavior"; }; readonly showSeparators: { readonly type: "boolean"; readonly category: "Style"; }; readonly headerText: { readonly type: "string"; readonly category: "Content"; }; readonly footerText: { readonly type: "string"; readonly category: "Content"; }; readonly emptyText: { readonly type: "string"; readonly category: "Content"; }; }; readonly category: "layout"; readonly directManifestNode: true; readonly allowedChildren: readonly ["ActivityIndicator", "ForgotPasswordForm", "OAuthProviderButton", "OAuthProviderList", "OtpForm", "SignInForm", "SignUpForm", "Accordion", "Surface", "Avatar", "AvatarGroup", "Badge", "MediaCard", "MetricCard", "Chip", "ChipGroup", "DataTable", "DatePicker", "Dialog", "Pagination", "Rating", "SearchInput", "Tabs", "Toolbar", "Skeleton", "SkeletonCard", "SkeletonList", "SkeletonText", "IconButton", "Uploader", "FlatList", "SectionList", "BottomSheet", "ProductCard", "View", "ScrollView", "Grid", "Gradient", "Divider", "Text", "Heading", "Icon", "Image", "Hero", "KeyboardAvoidingView", "Button", "ButtonGroup", "RadioGroup", "ThemeModeToggle", "TextInput", "TimePicker", "Form", "Card", "EmptyState", "SectionHeader", "PostCard", "ChatListItem", "MessageBubble", "ProgressRing", "ReaderSurface", "ContentRail", "MissingElement"]; }; //# sourceMappingURL=sectionListMeta.d.ts.map