import type { FC } from 'react';
import { type FormTypeProps } from '../../providers';
export declare const SelectTokenPage: FC<FormTypeProps>;
