import React from "react";
import { ZEGridProps } from "./ZEGrid.types";
import "./ZEGrid.less";
declare const ZEGrid: React.FC<ZEGridProps>;
export default ZEGrid;
