import type { ReactElement } from 'react'; import type { RenderExtensionPoint, InputForRenderExtension } from '@shopify/post-purchase-ui-extensions'; export declare function render(extensionPoint: ExtensionPoint, render: (input: InputForRenderExtension) => ReactElement): void; //# sourceMappingURL=render.d.ts.map