export declare const VARIANTS: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"]; export declare type TypeVariant = typeof VARIANTS[number];