export declare const gradientMeta: { readonly name: "Gradient"; readonly category: "component"; readonly description: "Renders a host-backed gradient container for nested manifest content."; 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: "Gradient"; }; readonly props: { readonly colors: { readonly type: "array"; readonly category: "Style"; readonly label: "Colors"; }; readonly locations: { readonly type: "array"; readonly category: "Style"; readonly label: "Locations"; }; readonly width: { readonly type: "number"; readonly category: "Layout"; readonly label: "Width"; }; readonly height: { readonly type: "number"; readonly category: "Layout"; readonly label: "Height"; }; readonly minHeight: { readonly type: "number"; readonly category: "Layout"; readonly label: "Minimum height"; }; readonly radius: { readonly type: "radius"; readonly category: "Style"; readonly label: "Corner radius"; }; readonly p: { readonly type: "spacing"; readonly category: "Layout"; readonly label: "Padding"; }; }; }; //# sourceMappingURL=gradientMeta.d.ts.map