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