import type { HTMLAttributes } from 'react'; import React from 'react'; import type { FieldProps } from '../../../../types'; import './index.scss'; export declare const LinkElement: React.FC<{ attributes: HTMLAttributes; children: React.ReactNode; editorRef: React.RefObject; element: any; fieldProps: FieldProps; }>; //# sourceMappingURL=index.d.ts.map