export declare const SPINNER_COLOR: readonly ["accent", "primary", "success", "danger", "warning", "empty", "dark"];
export declare const SPINNER_SIZE: readonly ["xs", "s", "m", "l", "xl", "xxl", "xxxl"];
export type SpinnerColor = (typeof SPINNER_COLOR)[number];
