import type { CheckboxProps } from '../Checkbox'; export declare function CheckboxSimple({ children, className, style, getRootRef, getRef, description, hoverMode: hoverModeProp, activeMode: activeModeProp, hasHover, hasActive, focusVisibleMode, titleAfter, noPadding, indeterminate, defaultIndeterminate, IconOnCompact, IconOnRegular, IconOffCompact, IconOffRegular, IconIndeterminate, slotProps, ...restProps }: CheckboxProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CheckboxSimple.d.ts.map