/// <reference types="react" />
import type { Props } from "./types";
declare const Grid: ({ inline, rows, columns, gap, rowGap, columnGap, maxWidth, width, spaceAfter, children, dataTest, as, ...props }: Props) => JSX.Element;
export default Grid;
