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