import type { ReactNode, Attributes } from 'react'; export declare const patchChildren: (children: ReactNode, patch: (props: TProps) => TProps & Attributes) => ReactNode; //# sourceMappingURL=patchChildren.d.ts.map