export declare const scrollViewMeta: { readonly name: "ScrollView"; readonly category: "foundation"; 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 props: { readonly horizontal: { readonly type: "boolean"; readonly category: "Layout"; readonly default: false; }; readonly p: { readonly type: "spacing"; readonly category: "Spacing"; }; readonly px: { readonly type: "spacing"; readonly category: "Spacing"; }; readonly py: { readonly type: "spacing"; readonly category: "Spacing"; }; readonly pt: { readonly type: "spacing"; readonly category: "Spacing"; }; readonly pb: { readonly type: "spacing"; readonly category: "Spacing"; }; readonly m: { readonly type: "spacing"; readonly category: "Spacing"; }; readonly width: { readonly type: "number"; readonly category: "Layout"; }; readonly height: { readonly type: "number"; readonly category: "Layout"; }; readonly minWidth: { readonly type: "number"; readonly category: "Layout"; }; readonly maxWidth: { readonly type: "number"; readonly category: "Layout"; }; readonly minHeight: { readonly type: "number"; readonly category: "Layout"; }; readonly maxHeight: { readonly type: "number"; readonly category: "Layout"; }; readonly flex: { readonly type: "number"; readonly category: "Layout"; }; readonly radius: { readonly type: "radius"; readonly category: "Style"; }; readonly accessibilityLabel: { readonly type: "string"; readonly category: "Accessibility"; }; }; }; //# sourceMappingURL=scrollViewMeta.d.ts.map