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