import { IGenericCustomElementProps } from "../../custom"; import { IGridSchema } from "./types"; export declare const Grid: (props: IGenericCustomElementProps) => import("react/jsx-runtime").JSX.Element;