import { OverflowHideLabelTransform } from '../spec';
import { LabelTransformComponent as LLC } from '../runtime';
export type OverflowHideOptions = Omit<OverflowHideLabelTransform, 'type'>;
/**
 * Hide the label when the label is overflowed from the element.
 */
export declare const OverflowHide: LLC<OverflowHideOptions>;
