/** * Types of spinner appearance. * @public */ export declare const SpinnerAppearance: { readonly default: undefined; readonly accent: "accent"; }; export type SpinnerAppearance = (typeof SpinnerAppearance)[keyof typeof SpinnerAppearance];