import { EarnAmountInputProps } from '../types'; export declare function EarnAmountInput({ className, disabled, value, onChange, 'aria-label': ariaLabel, }: EarnAmountInputProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EarnAmountInput.d.ts.map