import * as React from 'react'; import { NestingProps } from './types'; declare const NestingChild: React.FunctionComponent; export default NestingChild;