import { FC } from "react";
import { ZETableProps } from "./ZETable.types";
declare const ZETable: FC<ZETableProps>;
export default ZETable;
