import { Widget } from '@phosphor/widgets'; /** * A phosphor widget which wraps an IFrame. */ export declare class IFrame extends Widget { /** * Create a new IFrame widget. */ constructor(); /** * The IFrame's URL. */ url: string; }