import type { ValuesOf } from '../../Types/ValuesOf'; /** * `UpDownSpinPosition` - Defines the position of the up and down spin buttons. * * @public */ export declare const UpDownSpinPosition: { readonly Before: "before"; readonly After: "after"; readonly Around: "around"; }; /** * @public */ export type UpDownSpinPosition = ValuesOf; //# sourceMappingURL=UpDownSpinPosition.d.ts.map