import type { CheckboxProps } from '../Checkbox'; export declare function CheckboxSimple({ getRef, description, titleAfter, noPadding, children, indeterminate, defaultIndeterminate, IconOnCompact, IconOnRegular, IconOffCompact, IconOffRegular, IconIndeterminate, hoverMode: hoverModeProp, activeMode: activeModeProp, hasHover, hasActive, focusVisibleMode, checked, defaultChecked, disabled, readOnly, required, autoFocus, id, name, value, onChange, onFocus, onBlur, slotProps, ...restProps }: CheckboxProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CheckboxSimple.d.ts.map