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