import React from "react";
import { BouncyCheckboxHandle, BouncyCheckboxProps } from "./BouncyCheckbox.type";
declare const _default: React.ForwardRefExoticComponent<Pick<BouncyCheckboxProps & React.RefAttributes<BouncyCheckboxHandle>, keyof BouncyCheckboxProps | "key"> & React.RefAttributes<BouncyCheckboxHandle>>;
export default _default;
