export declare const sectionHeaderMeta: { readonly name: "SectionHeader"; readonly category: "pattern"; readonly directManifestNode: true; readonly allowedChildren: readonly []; readonly blueprint: { readonly label: "Section header"; readonly defaultProps: { readonly title: "Section title"; readonly description: "Short description."; }; }; readonly props: { readonly title: { readonly type: "string"; readonly category: "Content"; readonly label: "Title"; readonly default: "Section title"; }; readonly description: { readonly type: "string"; readonly category: "Content"; readonly label: "Description"; readonly default: "Short description."; }; readonly eyebrow: { readonly type: "string"; readonly category: "Content"; readonly label: "Eyebrow"; }; }; }; //# sourceMappingURL=sectionHeaderMeta.d.ts.map