import { LabeledInputProps } from './LabeledInput'; import { SelectInputProps as RaSelectInputProps } from 'react-admin'; type SelectInputProps = LabeledInputProps & RaSelectInputProps; declare function SelectInput(props: SelectInputProps): JSX.Element; export { SelectInput }; //# sourceMappingURL=SelectInput.d.ts.map