import { ReactNode } from 'react'; export declare const mapWithClassName: (children: ReactNode, className?: string) => {}[] | null | undefined;