type Props = { onSubmit: (recipient: string) => void; onBack: () => void; }; export declare function SendTokenRecipientInput({ onSubmit, onBack }: Props): import("react/jsx-runtime").JSX.Element; export {};