import { default as React } from 'react'; export interface IframeWrapperProps { placeholder?: 'default' | 'minified'; children: React.ReactNode; } export declare const IframeWrapper: React.FC;