import { type StyleProp, type ViewStyle } from 'react-native'; import { type Balance } from '@reown/appkit-common-react-native'; export interface SendInputTokenProps { token?: Balance; sendTokenAmount?: number; style?: StyleProp; onTokenPress?: () => void; loading?: boolean; testID?: string; } export declare function SendInputToken({ token, sendTokenAmount, style, onTokenPress, loading, testID }: SendInputTokenProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map