import React from "react";
interface IframeWrapperProps {
    children: React.ReactNode;
    iframeRef: React.RefObject<HTMLIFrameElement>;
}
export declare const IframeWrapper: React.FC<IframeWrapperProps>;
export {};
