import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';

declare const checkbox: (props?: ({
    color?: "main" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "orange" | "brown" | "sky" | "mint" | "lime" | "yellow" | "amber" | "gold" | "bronze" | "error" | "info" | "success" | "warning" | null | undefined;
    size?: "sm" | "lg" | "base" | null | undefined;
    error?: boolean | null | undefined;
    disabled?: boolean | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
type CheckboxTheme = typeof checkbox;

export { CheckboxTheme, checkbox };
