import type { Api, ExtensionPoint } from '@watching/clips'; import '@remote-dom/react/polyfill'; import { type ReactNode } from 'react'; export declare function extension, Settings = Record>(renderReact: (api: Api) => ReactNode | Promise): import("@watching/clips").RenderExtensionCore; //# sourceMappingURL=extension.d.ts.map