export declare const button: { readonly primary: { readonly ring: string; readonly solid: { default: import("../../factories/createButtonPalette.js").ButtonState; hover: import("../../factories/createButtonPalette.js").ButtonState; pressed: import("../../factories/createButtonPalette.js").ButtonState; }; readonly outline: { readonly default: { readonly bg: "transparent"; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly ghost: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; }; readonly soft: { readonly default: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly link: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly pressed: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; }; }; readonly neutral: { readonly ring: string; readonly solid: { default: import("../../factories/createButtonPalette.js").ButtonState; hover: import("../../factories/createButtonPalette.js").ButtonState; pressed: import("../../factories/createButtonPalette.js").ButtonState; }; readonly outline: { readonly default: { readonly bg: "transparent"; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly ghost: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; }; readonly soft: { readonly default: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly link: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly pressed: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; }; }; readonly success: { readonly ring: string; readonly solid: { default: import("../../factories/createButtonPalette.js").ButtonState; hover: import("../../factories/createButtonPalette.js").ButtonState; pressed: import("../../factories/createButtonPalette.js").ButtonState; }; readonly outline: { readonly default: { readonly bg: "transparent"; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly ghost: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; }; readonly soft: { readonly default: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly link: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly pressed: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; }; }; readonly warning: { readonly ring: string; readonly solid: { default: import("../../factories/createButtonPalette.js").ButtonState; hover: import("../../factories/createButtonPalette.js").ButtonState; pressed: import("../../factories/createButtonPalette.js").ButtonState; }; readonly outline: { readonly default: { readonly bg: "transparent"; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly ghost: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; }; readonly soft: { readonly default: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly link: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly pressed: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; }; }; readonly danger: { readonly ring: string; readonly solid: { default: import("../../factories/createButtonPalette.js").ButtonState; hover: import("../../factories/createButtonPalette.js").ButtonState; pressed: import("../../factories/createButtonPalette.js").ButtonState; }; readonly outline: { readonly default: { readonly bg: "transparent"; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly ghost: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: "transparent"; }; }; readonly soft: { readonly default: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly hover: { readonly bg: string; readonly fg: string; readonly border: string; }; readonly pressed: { readonly bg: string; readonly fg: string; readonly border: string; }; }; readonly link: { readonly default: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly hover: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; readonly pressed: { readonly fg: string; readonly bg: "transparent"; readonly border: "transparent"; }; }; }; readonly disabled: { readonly bg: "#F4F1FB"; readonly fg: "#958CB0"; readonly border: "#E4DDF4"; }; }; //# sourceMappingURL=button.d.ts.map