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