export declare const BUTTON_SIZE: readonly ["xs", "s", "m", "l"];
export declare const BUTTON_COLOR: readonly ["accent", "primary", "success", "danger", "warning", "neutral", "subdued"];
export type ButtonColor = (typeof BUTTON_COLOR)[number];
