export declare const metricCardMeta: { readonly name: "MetricCard"; readonly category: "component"; readonly directManifestNode: true; readonly allowedChildren: readonly []; readonly events: { readonly press: { readonly label: "Press"; readonly eventType: "metricCard.press"; readonly payloadFields: readonly []; }; }; readonly props: { readonly label: { readonly type: "string"; readonly category: "Content"; }; readonly value: { readonly type: "string"; readonly category: "Content"; }; readonly description: { readonly type: "string"; readonly category: "Content"; }; readonly delta: { readonly type: "string"; readonly category: "Content"; }; readonly deltaColor: { readonly type: "enum"; readonly category: "Style"; readonly enum: readonly ["primary", "secondary", "neutral", "success", "warning", "danger", "info"]; }; readonly tone: { readonly type: "enum"; readonly category: "Style"; readonly enum: readonly ["default", "subtle", "outline"]; }; readonly compact: { readonly type: "boolean"; readonly category: "Layout"; }; }; }; //# sourceMappingURL=metricCardMeta.d.ts.map