import type { ValuesOf } from '../../Types/ValuesOf'; /** * `AutoToolTipPlacement` - The `AutoToolTipPlacement` object is used to describe the different types of auto tool tip placements. * * @public */ export declare const AutoToolTipPlacement: { readonly None: "none"; readonly Before: "before"; readonly After: "after"; }; /** * @public */ export type AutoToolTipPlacement = ValuesOf; //# sourceMappingURL=AutoToolTipPlacement.d.ts.map