import { FC } from "react"; export interface ChainCellProps { name: string; id: number; bridgeless?: boolean; selected?: boolean; onClick?: (chain: any) => void; } export declare const ChainCell: FC; //# sourceMappingURL=chainCell.d.ts.map