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