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