/// <reference types="react" />
import { ICheckboxProps } from "native-base";
export declare const Checkbox: (props: ICheckboxProps) => JSX.Element;
