import type { Token } from '@lifi/sdk'; import type { CardProps } from '@mui/material'; import type { ReactNode } from 'react'; import { type FormTypeProps } from '../../stores/form/types.js'; export declare const AmountInput: React.FC; export declare const AmountInputBase: React.FC;