import { PropsWithChildren } from 'react'; import { ReferenceInputProps as RaReferenceInputProps } from 'react-admin'; type ReferenceInputProps = PropsWithChildren> & RaReferenceInputProps; declare function ReferenceInput({ children, ...props }: ReferenceInputProps): JSX.Element; export { ReferenceInput }; export type { ReferenceInputProps }; //# sourceMappingURL=ReferenceInput.d.ts.map