export type SectionCardVariant = 'default' | 'transparent'; export type SectionCardPadding = 'default' | 'compact' | 'none'; export declare const SECTION_CARD_STYLES: { readonly surfaceBase: "flex flex-col text-card-foreground transition-all duration-300"; readonly variantBackground: Record; readonly padding: Record; readonly headerBase: "flex flex-1 items-center text-base font-semibold leading-none tracking-tight"; readonly bodyBase: "text-sm"; }; //# sourceMappingURL=sectionCardStyles.d.ts.map