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