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