import React from 'react';
declare const Iframe: ({ title }: {
    title?: string | undefined;
}) => React.JSX.Element;
export default Iframe;
