import { LabelTransformComponent as LLC } from '../runtime';
import { ExceedAdjustLabel } from '../spec';
export type ExceedAdjustOptions = Omit<ExceedAdjustLabel, 'type'>;
/**
 * adjust the label when exceed the plot
 */
export declare const ExceedAdjust: LLC<ExceedAdjustOptions>;
