import React from 'react'; import { BaseInputProps } from '../BaseInput'; export interface CheckboxProps extends BaseInputProps { } export declare const Checkbox: ({ dataHook, schema, initialValue, onChange, }: CheckboxProps) => React.JSX.Element; //# sourceMappingURL=Checkbox.d.ts.map