/** * Checkbox Component * * Shadcn/UI Checkbox component using Radix UI primitives. * Bundled within hazo_llm_api for PromptEditor. */ import * as React from 'react'; import * as CheckboxPrimitive from '@radix-ui/react-checkbox'; declare const Checkbox: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { Checkbox }; //# sourceMappingURL=checkbox.d.ts.map