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