/** * `react-live` does not support `export` statements in the code. * This function will remove the `export` statements from the code. */ export declare const replaceExports: (code: string) => string; //# sourceMappingURL=index.d.ts.map