export declare const emptyStateMeta: { readonly name: "EmptyState"; readonly category: "pattern"; readonly directManifestNode: true; readonly allowedChildren: readonly []; readonly blueprint: { readonly label: "Empty state"; readonly defaultProps: { readonly title: "Nothing here yet"; readonly description: "Try adding your first item."; }; }; readonly props: { readonly title: { readonly type: "string"; readonly category: "Content"; readonly label: "Title"; readonly default: "Nothing here yet"; }; readonly description: { readonly type: "string"; readonly category: "Content"; readonly label: "Description"; readonly default: "Try adding your first item."; }; readonly eyebrow: { readonly type: "string"; readonly category: "Content"; readonly label: "Eyebrow"; }; }; }; //# sourceMappingURL=emptyStateMeta.d.ts.map