export declare const cardMeta: { readonly name: "Card"; readonly category: "component"; 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: "Card"; readonly defaultProps: { readonly title: "Card"; }; }; readonly events: { readonly press: { readonly label: "Press"; readonly eventType: "card.press"; readonly payloadFields: readonly []; }; }; readonly props: { readonly title: { readonly type: "string"; readonly category: "Content"; readonly label: "Title"; readonly authoring: { readonly authority: "instance"; }; }; readonly description: { readonly type: "string"; readonly category: "Content"; readonly label: "Description"; readonly authoring: { readonly authority: "instance"; }; }; readonly eyebrow: { readonly type: "string"; readonly category: "Content"; readonly label: "Eyebrow"; readonly authoring: { readonly authority: "instance"; }; }; readonly tone: { readonly type: "enum"; readonly category: "Style"; readonly label: "Tone"; readonly enum: readonly ["default", "subtle", "outline"]; readonly authoring: { readonly authority: "theme"; readonly scope: "component"; readonly allowInstanceOverride: true; }; }; readonly compact: { readonly type: "boolean"; readonly category: "Layout"; readonly label: "Compact"; readonly authoring: { readonly authority: "theme"; readonly scope: "component"; readonly allowInstanceOverride: true; }; }; readonly padding: { readonly type: "spacing"; readonly category: "Layout"; readonly label: "Padding"; readonly authoring: { readonly authority: "theme"; readonly scope: "component"; readonly allowInstanceOverride: true; }; }; readonly radius: { readonly type: "radius"; readonly category: "Style"; readonly label: "Corner radius"; readonly authoring: { readonly authority: "theme"; readonly scope: "component"; readonly allowInstanceOverride: true; }; }; }; }; //# sourceMappingURL=cardMeta.d.ts.map