import { LegendPositionType } from '../../../../constants/chart-style';
export declare const titlePositionOptions: {
    value: LegendPositionType;
    item: string;
}[];
