import { ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { Datum, WaffleHtmlProps } from './types'; export declare const WaffleHtml: (props: WithChartRef, HTMLDivElement>) => ReactElement; //# sourceMappingURL=WaffleHtml.d.ts.map