import type { ReactNode } from 'react';
export declare const resolveChildren: (children: ReactNode) => any;
