import React from 'react'; import '../style.css'; export declare const isIframe: (data: any) => boolean; export declare const getUrlFromIframe: (url: any, withAttrs: any) => any; export declare const addEmbed: (editor: any, attrs: any) => boolean; declare const _default: (props: any) => React.JSX.Element; export default _default;