import type { AgChartLegendPosition, AgChartLegendPositionOptions } from 'ag-charts-types';
export declare function expandLegendPosition(position: AgChartLegendPosition): Required<AgChartLegendPositionOptions>;
