export declare const SPINNER_SIZES: readonly ["xs", "sm", "md", "lg"]; export declare const SPINNER_VARIANTS: readonly ["brand", "dark", "light", "light-on-color"]; export type SpinnerSize = (typeof SPINNER_SIZES)[number]; export type SpinnerVariant = (typeof SPINNER_VARIANTS)[number];