import React from 'react'; /** * `boolean` property widget * * Outputs a select TextField with true/false as options */ declare const BooleanPropertyWidget: (props: any) => React.JSX.Element; export default BooleanPropertyWidget; //# sourceMappingURL=BooleanPropertyWidget.d.ts.map