import React from "react"; import { LiveComponentProps } from "@/types"; /** * Live Component will render the code with `react-live`. * Errors will be handled by `ErrorComponent`. */ export declare const LiveComponent: React.FC; //# sourceMappingURL=index.d.ts.map