import { CheckboxButtonProps } from './Checkbox.types'; export declare const CheckboxButton: ({ type, disabled, checked, isError, className, }: CheckboxButtonProps) => import("react/jsx-runtime").JSX.Element;