import type { PropsWithChildren } from 'react';
import type { CheckboxProps } from './interface';
declare const _default: <ActiveValueT = boolean, InactiveValueT = boolean>(p: PropsWithChildren<CheckboxProps<ActiveValueT, InactiveValueT>>) => JSX.Element;
export default _default;
