import { HTMLGridGraphProps } from './types';
export declare const GraphHTMLGrid: <T>(props: HTMLGridGraphProps<T>) => import("react/jsx-runtime").JSX.Element;
