export declare const checkbox: { readonly default: { readonly bg: "#FFFFFF"; readonly fg: "#3D3754"; readonly border: "#BBB2D2"; }; readonly hover: { readonly labelFg: "#402C9F"; readonly bg: "#F4F3FF"; readonly fg: "#402C9F"; readonly border: "#5037C8"; }; readonly primary: { readonly ring: string; readonly default: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly hover: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly pressed: import("../../factories/createCheckboxPalette.js").CheckboxState; }; readonly neutral: { readonly ring: string; readonly default: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly hover: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly pressed: import("../../factories/createCheckboxPalette.js").CheckboxState; }; readonly success: { readonly ring: string; readonly default: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly hover: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly pressed: import("../../factories/createCheckboxPalette.js").CheckboxState; }; readonly warning: { readonly ring: string; readonly default: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly hover: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly pressed: import("../../factories/createCheckboxPalette.js").CheckboxState; }; readonly danger: { readonly ring: string; readonly default: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly hover: import("../../factories/createCheckboxPalette.js").CheckboxState; readonly pressed: import("../../factories/createCheckboxPalette.js").CheckboxState; }; readonly focus: { readonly ring: "#5037C8"; }; readonly disabled: { readonly bg: "#F4F1FB"; readonly fg: "#958CB0"; readonly border: "#E4DDF4"; }; readonly error: { readonly fg: "#BE123C"; readonly border: "#E11D48"; readonly ring: "#F43F5E"; }; }; //# sourceMappingURL=checkbox.d.ts.map