import { type ReactNode } from "react"; import { type ILegendGroup } from "./types.js"; export declare function LegendGroup({ item, width, children }: { item: ILegendGroup; width?: number; children?: ReactNode; }): ReactNode; //# sourceMappingURL=LegendGroup.d.ts.map