import React from 'react'; declare const Figure: ({ attributes, children, attrs, element }: { attributes: any; children: any; attrs: any; element: any; }) => React.JSX.Element; export default Figure;