import { default as React } from 'react'; import { CheckboxBaseProps } from '../Checkbox.types'; export declare const CheckboxBase: ({ description, errorText, children, withoutPadding, hasError, checked, defaultChecked, indeterminate, disabled, onChange, tristate, value, name, id, autoFocus, tabIndex, className, style, ...rest }: CheckboxBaseProps) => React.JSX.Element;