export declare function Grid(props: React.HTMLAttributes & { cols: 1 | 2 | 3; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=grid.d.ts.map