/** * Zoid Widget * @param data details of the cross domain config tag, url, dimensions, props */ declare const ZoidWidgetInit: (data: any) => any; export default ZoidWidgetInit;