import * as React from 'react';
import './index.scss';
export interface OadpIframeProps {
    name?: string;
    src?: string;
    page?: string;
    style?: React.CSSProperties;
}
declare const OadpIframe: React.FC<OadpIframeProps>;
export default OadpIframe;
