import { default as React, PropsWithChildren, ReactElement } from 'react'; import { CommonInputProps } from 'react-admin'; declare function LabeledInput({ label, children, display, helperText, sx, addLabel, divider, ...props }: LabeledInputProps): JSX.Element; type LabeledInputProps = PropsWithChildren; export { LabeledInput }; export type { LabeledInputProps }; //# sourceMappingURL=LabeledInput.d.ts.map