export type FrameElementScrolling = 'yes' | 'no'; export declare const createFrameElement: (url: string, scrolling?: FrameElementScrolling) => HTMLIFrameElement;