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