import React from 'react'; export declare const EditCaptionAlt: ({ element, editor, ...props }: { [x: string]: any; element: any; editor: any; }) => React.JSX.Element;