/// <reference types="react" />
import { CheckboxProps } from './Checkbox.types';
export declare const Checkbox: ({ children, error, size, weight, ...props }: CheckboxProps) => JSX.Element;
