interface SectionBadgeProps { text: string; align?: 'start' | 'center'; className?: string; } export declare function SectionBadge({ text, align, className }: SectionBadgeProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SectionBadge.d.ts.map