/** * Styling for the confirm action button. The default variant adds nothing on * top of AlertDialogAction's built-in button styling; the destructive variant * layers the destructive button classes over it. */ export declare const confirmDialogActionVariants: (props?: ({ variant?: "default" | "destructive" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; //# sourceMappingURL=variants.d.ts.map