import { ReactNode } from "react"; export declare const joinComponents: (components: (ReactNode | null)[], seperator?: string) => ReactNode;