import React from "react";
import { ZESheetProps } from "./ZESheet.types";
import "lodash.combinations";
import "@antv/s2-react/dist/style.min.css";
import "./ZESheet.less";
export declare const filterIcon = "<svg t=\"1633848048963\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"85936\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M0 0h1024L724.676923 488.369231V1024l-425.353846-141.784615v-393.846154L0 0z m196.923077 102.4l204.8 354.461538v362.338462l228.430769 63.015385V456.861538l212.676923-354.461538H196.923077z\" opacity=\".4\" p-id=\"85937\"></path></svg>";
/**
 *
 * @param fieldName
 * @param filterParams
 * @returns
 */
export declare const getCurrentFilterState: (fieldName: any, filterParams: any) => any;
export declare const getCurrentShowFilter: (fieldName: any, filterParams: any) => any;
declare const ZESheet: React.FC<ZESheetProps>;
export default ZESheet;
