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