import React from 'react'; declare const FRAGMENT: ({ attributes, children, ...props }: { [x: string]: any; attributes: any; children: any; }) => React.JSX.Element; export default FRAGMENT;