export declare const checkboxVariant: readonly ["default", "error"];
export type CheckboxVariant = (typeof checkboxVariant)[number];
