import type { CardProps } from '@mui/material';
import { type FormTypeProps } from '../../stores/form/types.js';
export declare const AmountInput: React.FC<FormTypeProps & CardProps>;
