import type { CSSProperties } from 'react'; import type { LegendPosition } from 'types'; export declare function getContainerAlignmentForLegend(position: LegendPosition, alignCornersWithinColumn?: boolean): CSSProperties; //# sourceMappingURL=getContainerAlignmentForLegend.d.ts.map