import React from 'react'; export declare const getRenderChildWithClassName: (className: string) => (child: any) => React.JSX.Element | null;