import { IChainSelectorProps } from './types'; import { FC } from 'react'; declare const ChainSelector: FC; export default ChainSelector;