import { SelectArrayInputProps } from 'react-admin'; declare function SelectArrayInput({ optionText, optionValue, ...props }: SelectArrayInputProps): JSX.Element; export { SelectArrayInput }; export type { SelectArrayInputProps }; //# sourceMappingURL=SelectArrayInput.d.ts.map