import React from 'react'; import { CheckboxProps } from './interfaces.js'; declare function Checkbox({ className, children, style, onMouseEnter, onMouseLeave, size, align, ref, ...restProps }: CheckboxProps & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare const _default: typeof Checkbox; export default _default;