/// <reference types="react" />
import type { FormTypeProps } from '../../providers';
export declare const SelectNativeTokenPage: React.FC<FormTypeProps>;
