import React from "react";
type Card = {
    id: number;
    content: JSX.Element | React.ReactNode | string;
    className: string;
    thumbnail: string;
};
export declare const LayoutGrid: ({ cards }: {
    cards: Card[];
}) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=layout-grid.d.ts.map