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