export interface IIFramePanelContentProps extends React.IframeHTMLAttributes { close: () => void; iframeOnLoad?: (iframe: HTMLIFrameElement) => void; } //# sourceMappingURL=IFramePanelContentProps.d.ts.map