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