import React, { PropsWithChildren } from 'react'; /** * Displays a dollar sign at the beginning of a text input. */ export declare function MoneyInputContainer({ children, }: PropsWithChildren): React.ReactElement;