import type { VennSeriesOption } from './type';
export declare function parseTitleStyle(seriesOption: VennSeriesOption): void;
