import type { FormTypeProps } from '../../providers'; export interface SelectChainPageProps extends FormTypeProps { selectNativeToken?: boolean; }