import { CheckBoxChoice, CheckBoxOptions } from "types"; declare const CheckBox: (options: CheckBoxOptions) => Promise; export { CheckBox };