import React from 'react'; export declare const CopyIcon: ({ handleCopy }: { handleCopy: any; }) => React.JSX.Element; export declare const DeleteIcon: ({ handleDelete, editor, element }: { handleDelete: any; editor: any; element: any; }) => React.JSX.Element;