import { ReactNode } from 'react'; export type PropsWithChildren = ComponentProps & { readonly children: ReactNode; }; export type ReactFCWithChildren = React.FC>; //# sourceMappingURL=react.d.ts.map