import type { Components, JSX } from "../types/components"; interface AstralCheckbox extends Components.AstralCheckbox, HTMLElement {} export const AstralCheckbox: { prototype: AstralCheckbox; new (): AstralCheckbox; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;