import type { FC } from 'react';
import type { FormTypeProps } from '../../stores/form/types.js';
export declare const SelectTokenPage: FC<FormTypeProps>;
