import { CommonProps, Datum, WaffleHtmlLayer, WaffleSvgLayer } from './types'; export declare const commonDefaultProps: Omit, 'valueFormat' | 'margin' | 'theme' | 'labelFormat' | 'onMouseEnter' | 'onMouseMove' | 'onMouseLeave' | 'onClick' | 'forwardLegendData' | 'renderWrapper' | 'ariaLabel' | 'ariaLabelledBy' | 'ariaDescribedBy'>; export declare const svgDefaultProps: { layers: WaffleSvgLayer[]; cellComponent: ({ cell, animatedProps, borderRadius, borderWidth, testIdPrefix, }: import("./types").CellComponentProps) => import("react/jsx-runtime").JSX.Element; defs: never[]; fill: never[]; legends: never[]; motionStagger: number; tooltip: import("./types").TooltipComponent; padding: number; borderColor: import("@nivo/colors").InheritedColorConfig<{ color: string; } | import("./types").ComputedDatum>; borderRadius: number; borderWidth: number; animate?: boolean | undefined; role: string; fillDirection: import("@nivo/grid").GridFillDirection; motionConfig?: string | Partial | undefined; hiddenIds: readonly string[]; colors: import("@nivo/colors").OrdinalColorScaleConfig; emptyColor: string; emptyOpacity: number; isInteractive: boolean; }; export declare const htmlDefaultProps: { layers: WaffleHtmlLayer[]; cellComponent: ({ cell, animatedProps, borderRadius, borderWidth, testIdPrefix, }: import("./types").CellComponentProps) => import("react/jsx-runtime").JSX.Element; defs: never[]; fill: never[]; legends: never[]; motionStagger: number; tooltip: import("./types").TooltipComponent; padding: number; borderColor: import("@nivo/colors").InheritedColorConfig<{ color: string; } | import("./types").ComputedDatum>; borderRadius: number; borderWidth: number; animate?: boolean | undefined; role: string; fillDirection: import("@nivo/grid").GridFillDirection; motionConfig?: string | Partial | undefined; hiddenIds: readonly string[]; colors: import("@nivo/colors").OrdinalColorScaleConfig; emptyColor: string; emptyOpacity: number; isInteractive: boolean; }; export declare const canvasDefaultProps: { legends: never[]; pixelRatio: number; tooltip: import("./types").TooltipComponent; padding: number; borderColor: import("@nivo/colors").InheritedColorConfig<{ color: string; } | import("./types").ComputedDatum>; borderRadius: number; borderWidth: number; animate?: boolean | undefined; role: string; fillDirection: import("@nivo/grid").GridFillDirection; motionConfig?: string | Partial | undefined; hiddenIds: readonly string[]; colors: import("@nivo/colors").OrdinalColorScaleConfig; emptyColor: string; emptyOpacity: number; isInteractive: boolean; }; //# sourceMappingURL=defaults.d.ts.map