import type { PartsStyleFunction } from "@chakra-ui/theme-tools"; export declare const Checkbox: { parts: ("container" | "icon" | "label" | "control")[]; baseStyle: PartsStyleFunction, "parts">>; sizes: Record>>; defaultProps: { size: string; }; };