export declare const mediaCardMeta: { readonly name: "MediaCard"; 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 events: { readonly press: { readonly label: "Press"; readonly eventType: "mediaCard.press"; readonly payloadFields: readonly []; }; }; readonly props: { readonly title: { readonly type: "string"; readonly category: "Content"; }; readonly description: { readonly type: "string"; readonly category: "Content"; }; readonly eyebrow: { readonly type: "string"; readonly category: "Content"; }; readonly imageSource: { readonly type: "media"; readonly category: "Content"; readonly mediaKinds: readonly ["image"]; }; readonly imageLabel: { readonly type: "string"; readonly category: "Accessibility"; }; readonly imageAspectRatio: { readonly type: "number"; readonly category: "Layout"; }; readonly tone: { readonly type: "enum"; readonly category: "Style"; readonly enum: readonly ["default", "subtle", "outline"]; }; readonly compact: { readonly type: "boolean"; readonly category: "Layout"; }; }; }; //# sourceMappingURL=mediaCardMeta.d.ts.map