import { InputHTMLAttributes } from 'react'; export type CheckboxButtonProps = InputHTMLAttributes & { /** @default false */ indeterminate?: boolean; }; declare const CheckboxButton: import("react").ForwardRefExoticComponent & { /** @default false */ indeterminate?: boolean; } & import("react").RefAttributes>; export default CheckboxButton; //# sourceMappingURL=CheckboxButton.d.ts.map