export declare const checkbox: { readonly default: { readonly bg: "#000000"; readonly fg: "#FFFFFF"; readonly border: "#9CA3AF"; }; readonly hover: { readonly labelFg: "#FCD34D"; readonly bg: "#374151"; readonly fg: "#FBBF24"; readonly border: "#FCD34D"; }; 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: "#FCD34D"; }; readonly disabled: { readonly bg: "#111827"; readonly fg: "#6B7280"; readonly border: "#4B5563"; }; readonly error: { readonly fg: "#FB7185"; readonly border: "#FB7185"; readonly ring: "#FB7185"; }; }; //# sourceMappingURL=checkbox.d.ts.map