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