export declare const screenSectionMeta: { readonly name: "ScreenSection"; 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"]; readonly blueprint: { readonly label: "Screen section"; readonly defaultProps: { readonly title: "Section"; readonly description: "Section description."; }; }; readonly props: { readonly title: { readonly type: "string"; readonly category: "Content"; readonly label: "Title"; readonly default: "Section"; }; readonly description: { readonly type: "string"; readonly category: "Content"; readonly label: "Description"; readonly default: "Section description."; }; }; }; //# sourceMappingURL=screenSectionMeta.d.ts.map