import { Pen } from '../pen'; export declare const iframes: { [id: string]: HTMLIFrameElement; }; export declare function iframe(pen: Pen): Path2D;