import type { IMark } from '../../mark/interface';
export declare const modifyOuterLabels: (marks: IMark[]) => void;
