import { ConfigProps } from './utils/types'; export interface DomProps { widgetElementId: string; connectorElementId?: string; footerElementId?: string; headerElementId?: string; } export declare const InitMarswapWidget: (elementIds: DomProps, config?: ConfigProps) => void; //# sourceMappingURL=InitMarswapWidget.d.ts.map