import { VariantProps } from 'class-variance-authority'; import * as CheckboxPrimitive from '@radix-ui/react-checkbox'; import type * as React from 'react'; declare const checkboxVariants: (props?: ({ colorType?: "gray" | "pink" | "red" | "orange" | "yellow" | "lime" | "green" | "mint" | "skyblue" | "blue" | "indigo" | "purple" | null | undefined; uiType?: "line" | "fill" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; declare function Checkbox({ className, colorType, uiType, ...props }: React.ComponentProps & VariantProps): React.JSX.Element; export { Checkbox }; //# sourceMappingURL=checkbox.d.ts.map