/// import { Chain } from '@dynamic-labs/wallet-connector-core'; type Props = { chain?: Chain; }; export declare const DynamicBridgeWidgetEmptyCard: ({ chain }: Props) => JSX.Element | null; export {};