import { MergeType } from '../../../constants/chart-style';
export declare const mergeOptions: {
    text: string;
    value: MergeType;
}[];
export { MergeType } from '../../../constants/chart-style';
