import React from 'react';
import { BooleanSchemaType } from '@sanity/types';
import { Props } from './types';
declare const BooleanInput: React.ForwardRefExoticComponent<Props<boolean, BooleanSchemaType> & React.RefAttributes<HTMLInputElement>>;
export default BooleanInput;
//# sourceMappingURL=BooleanInput.d.ts.map