import * as react_jsx_runtime from '/home/runner/work/nex-ui/nex-ui/node_modules/@types/react/jsx-runtime.d.ts';
import { CheckboxProps } from './types.js';
import { ElementType } from 'react';

declare const Checkbox: {
    <CheckboxComponent extends ElementType = "input">(inProps: CheckboxProps<CheckboxComponent>): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Checkbox };
