import { MarketingSection } from "./MarketingSection.js"; import * as React from "react"; import * as react_jsx_runtime32 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types4 from "class-variance-authority/types"; //#region src/components/marketing/MarketingCardsSection.d.ts declare const gridVariants: (props?: ({ columns?: 1 | 3 | 2 | 4 | null | undefined; } & class_variance_authority_types4.ClassProp) | undefined) => string; type MarketingCardsSectionProps = React.PropsWithChildren, 'children'> & VariantProps & { gridClassName?: string; }>; declare function MarketingCardsSection({ children, columns, gridClassName, ...sectionProps }: MarketingCardsSectionProps): react_jsx_runtime32.JSX.Element; //#endregion export { MarketingCardsSection }; //# sourceMappingURL=MarketingCardsSection.d.ts.map