import { ProviderAPI } from '../types'; import { OpenedChannel } from '@wix/communication-channel'; export declare const registerHeightReporter: (bridge: OpenedChannel, container: HTMLElement) => () => void; //# sourceMappingURL=registerHeightReporter.d.ts.map