declare const _default: { baseButtonContainer: { display: "flex"; flexDirection: "row"; justifyContent: "center"; alignItems: "center"; }; fwContainer: { width: "100%"; height: number; display: "flex"; flexDirection: "row"; justifyContent: "center"; alignItems: "center"; borderRadius: number; }; fwContainerDisabled: { borderWidth: number; borderColor: string; backgroundColor: string; }; fwContainerPrimary: { backgroundColor: string; }; fwContainerSecondary: { borderWidth: number; borderColor: string; backgroundColor: string; }; fwText: {}; fwTextDisabled: { fontWeight: "500"; color: string; fontSize: number; letterSpacing: number; lineHeight: number; }; fwTextPrimary: { fontWeight: "500"; color: string; fontSize: number; letterSpacing: number; lineHeight: number; }; fwTextSecondary: { fontWeight: "500"; color: string; fontSize: number; letterSpacing: number; lineHeight: number; }; cwContainer: { borderRadius: number; }; cwContainerDisabled: { borderWidth: number; borderColor: string; backgroundColor: string; }; cwContainerPrimary: { backgroundColor: string; }; cwContainerSecondary: { borderWidth: number; borderColor: string; backgroundColor: string; }; cwText: {}; cwTextDisabled: { fontWeight: "500"; color: string; fontSize: number; letterSpacing: number; lineHeight: number; }; cwTextPrimary: { fontWeight: "500"; color: string; fontSize: number; letterSpacing: number; lineHeight: number; }; cwTextSecondary: { fontWeight: "500"; color: string; fontSize: number; letterSpacing: number; lineHeight: number; }; }; export default _default;