import { BoxLegendSvgProps, ContinuousColorsLegendProps } from './types'; export declare const legendDefaults: { translateX: NonNullable; translateY: NonNullable; padding: NonNullable; itemsSpacing: NonNullable; itemDirection: NonNullable; justify: NonNullable; symbolShape: NonNullable; symbolSize: NonNullable; symbolSpacing: NonNullable; }; export declare const continuousColorsLegendDefaults: { length: NonNullable; thickness: NonNullable; direction: NonNullable; tickPosition: NonNullable; tickSize: NonNullable; tickSpacing: NonNullable; tickOverlap: NonNullable; tickFormat: NonNullable; titleAlign: NonNullable; titleOffset: NonNullable; }; //# sourceMappingURL=defaults.d.ts.map