import { ReactNode } from 'react'; declare const renderAsChild: (child: ReactNode) => ((props: React.HTMLAttributes) => import('react').ReactElement>) | undefined; export { renderAsChild }; //# sourceMappingURL=render-as-child.d.ts.map