declare const postMessageToContentWindow: (contentWindow: Window, data: any, origin: string) => void; export default postMessageToContentWindow;