import type { LegendLayout, LegendLayoutOptions } from "./types";
export declare const layoutLegend: ({ items, position, maxWidth, itemGap, rowGap, padding, labelGap, itemPaddingHorizontal, itemPaddingVertical }: LegendLayoutOptions) => LegendLayout;
//# sourceMappingURL=legendLayout.d.ts.map