import { ReactNode } from 'react';
import './index.less';
export declare type Props = {
    style?: any;
    iframe?: string;
    children: ReactNode;
};
declare const _default: any;
export default _default;
