export default class MultiAnyToBooleanField extends React.Component { static propTypes: { uiSchema: PropTypes.Requireable; trueValue: PropTypes.Requireable; falseValue: PropTypes.Requireable; allowUndefined: PropTypes.Requireable; }> | null | undefined)[]>; selectAll: PropTypes.Requireable; }>>; }>>; schema: PropTypes.Validator; }>>>; formData: PropTypes.Requireable; }; constructor(props: any); state: { groupsFormData: any[]; }; UNSAFE_componentWillReceiveProps(props: any): void; getStateFromProps: (props: any) => { groupsFormData: any[]; }; onChange: (index: any) => (value: any) => void; onSelectAll: () => void; render(): JSX.Element; } import * as React from "react"; import * as PropTypes from "prop-types";