import React from 'react'; export declare const isIframe: (data: any) => boolean; export declare function cssStringToStyleObject(cssString: any): {}; 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;