import React from "react";
export interface AuthenticatedIframeProps extends React.IframeHTMLAttributes<HTMLIFrameElement> {
    src: string;
    refreshUrl?: string;
    targetOrigin?: string;
    onRefreshError?: (error: any) => void;
}
declare const _default: React.NamedExoticComponent<AuthenticatedIframeProps>;
export default _default;
//# sourceMappingURL=AuthenticatedIframe.d.ts.map