import type { MarketingBentoGridProps } from './types.js';
export declare function MarketingBentoGrid({ cols, children, className }: MarketingBentoGridProps): import("react/jsx-runtime").JSX.Element;
