import * as React from "@types/react"; declare module "react" { interface FunctionComponent
{ (props: React.PropsWithChildren
, context?: any): React.ReactElement< any, any > | null; } } declare global { interface Window { onUsersnapCXLoad: (api: { init: () => void }) => void; } }