import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.js";
import { GridProps } from "./grid.types.js";
import "../index.js";
//#region src/grid/grid.d.ts
declare const GridBase: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, SystemProps, never>;
/** Displays a basic grid wrapper. */
declare const Grid: VuiComponent<"span", GridProps>;
//#endregion
export { Grid, Grid as default, GridBase };

//# sourceMappingURL=grid.d.ts.map