import { TreeMapCommonProps, DefaultTreeMapDatum, LayerId } from './types'; export declare const commonDefaultProps: Omit, 'valueFormat' | 'margin' | 'theme' | 'labelFormat' | 'onMouseEnter' | 'onMouseMove' | 'onMouseLeave' | 'onClick' | 'renderWrapper' | 'ariaLabel' | 'ariaLabelledBy' | 'ariaDescribedBy'> & { layers: LayerId[]; }; export declare const svgDefaultProps: { nodeComponent: ({ node, animatedProps, borderWidth, enableLabel, enableParentLabel, labelSkipSize, }: import("./types").NodeProps) => import("react/jsx-runtime").JSX.Element; defs: never[]; fill: never[]; tooltip: import("./types").TooltipComponent; borderColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; borderWidth: number; label: import("@nivo/core").PropertyAccessor, "label" | "parentLabel">, string>; animate?: boolean | undefined; role: string; value: import("@nivo/core").PropertyAccessor; identity: import("@nivo/core").PropertyAccessor; labelTextColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; parentLabelTextColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; parentLabel: import("@nivo/core").PropertyAccessor, "parentLabel">, string>; motionConfig?: string | Partial | undefined; enableLabel: boolean; labelSkipSize: number; enableParentLabel: boolean; parentLabelSize: number; parentLabelPosition: "top" | "right" | "bottom" | "left"; parentLabelPadding: number; tile: import("./tiling").TileType; leavesOnly: boolean; innerPadding: number; outerPadding: number; orientLabel: boolean; colors: import("@nivo/colors").OrdinalColorScaleConfig>; colorBy: string | import("@nivo/colors").DatumIdentityAccessor>; nodeOpacity: number; isInteractive: boolean; layers: LayerId[]; }; export declare const htmlDefaultProps: { nodeComponent: ({ node, animatedProps, borderWidth, enableLabel, enableParentLabel, labelSkipSize, }: import("./types").NodeProps) => import("react/jsx-runtime").JSX.Element; tooltip: import("./types").TooltipComponent; borderColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; borderWidth: number; label: import("@nivo/core").PropertyAccessor, "label" | "parentLabel">, string>; animate?: boolean | undefined; role: string; value: import("@nivo/core").PropertyAccessor; identity: import("@nivo/core").PropertyAccessor; labelTextColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; parentLabelTextColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; parentLabel: import("@nivo/core").PropertyAccessor, "parentLabel">, string>; motionConfig?: string | Partial | undefined; enableLabel: boolean; labelSkipSize: number; enableParentLabel: boolean; parentLabelSize: number; parentLabelPosition: "top" | "right" | "bottom" | "left"; parentLabelPadding: number; tile: import("./tiling").TileType; leavesOnly: boolean; innerPadding: number; outerPadding: number; orientLabel: boolean; colors: import("@nivo/colors").OrdinalColorScaleConfig>; colorBy: string | import("@nivo/colors").DatumIdentityAccessor>; nodeOpacity: number; isInteractive: boolean; layers: LayerId[]; }; export declare const canvasDefaultProps: { pixelRatio: number; tooltip: import("./types").TooltipComponent; borderColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; borderWidth: number; label: import("@nivo/core").PropertyAccessor, "label" | "parentLabel">, string>; animate?: boolean | undefined; role: string; value: import("@nivo/core").PropertyAccessor; identity: import("@nivo/core").PropertyAccessor; labelTextColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; parentLabelTextColor: import("@nivo/colors").InheritedColorConfig & { color: import("./types").ComputedNode["color"]; }>; parentLabel: import("@nivo/core").PropertyAccessor, "parentLabel">, string>; motionConfig?: string | Partial | undefined; enableLabel: boolean; labelSkipSize: number; enableParentLabel: boolean; parentLabelSize: number; parentLabelPosition: "top" | "right" | "bottom" | "left"; parentLabelPadding: number; tile: import("./tiling").TileType; leavesOnly: boolean; innerPadding: number; outerPadding: number; orientLabel: boolean; colors: import("@nivo/colors").OrdinalColorScaleConfig>; colorBy: string | import("@nivo/colors").DatumIdentityAccessor>; nodeOpacity: number; isInteractive: boolean; layers: LayerId[]; }; //# sourceMappingURL=defaults.d.ts.map