import type { BaseCheckboxProps } from '../types/checkbox'; import type { ForwardRefPrimitive } from '../types/view'; export declare const Checkbox: ForwardRefPrimitive;