import React from "react";
import { CheckboxProps as BlueprintCheckboxProps } from "@blueprintjs/core";
export type CheckboxProps = BlueprintCheckboxProps;
export declare const Checkbox: ({ children, className, ...restProps }: CheckboxProps) => React.JSX.Element;
export default Checkbox;
