import { ReactNode } from 'react'; export declare const chain: (...elements: ReactNode[]) => import("react/jsx-runtime").JSX.Element[];