importReactfrom'react';
import { ChainSelectorProps } from'./ChainSelector.props';
import'./ChainSelector.css';
/**
* @deprecated Should start using the same component migrated to UI2.
*/exportdeclareconstChainSelector: (props: ChainSelectorProps) =>React.JSX.Element;