import { EventName } from "@lit/react"; import type { WarpCheckbox } from "./checkbox.js"; import type { ChangeEventWithTarget } from "../types.js"; /** * Checkboxes allow users to select one or more options from a number of choices. * * Wrap individual checkboxes in a checkbox group. * * [Warp component reference](https://warp-ds.github.io/docs/components/checkbox/frameworks/elements) */ export declare const Checkbox: import("@lit/react").ReactWebComponent>; onchange: EventName>; }>;