import { default as React } from 'react'; import { Chain } from '@wormhole-foundation/sdk'; type Props = { icon?: Chain | string; height?: number; }; declare function ChainIconComponent(props: Props): React.JSX.Element; export default ChainIconComponent; //# sourceMappingURL=ChainIcons.d.ts.map