type UnitActionVariant = "primary" | "secondary" | "subtle"; /** * Mirrors the app's Mantine Button defaults without adding Mantine to the * customer-site runtime: 36px control height, 6px radius, 10px horizontal * padding, and a normal-weight label. */ export declare function unitActionClassName(variant: UnitActionVariant, className?: string | false | null): string; export {}; //# sourceMappingURL=unitActionStyles.d.ts.map