export declare const argTypes: { size: { options: readonly ["xs", "sm", "md", "lg", "xl"]; defaultValue: string; control: { type: string; }; }; variant: { options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"]; defaultValue: string; control: { type: string; }; }; };