import { ForwardRefExoticComponent, RefAttributes } from "react";
import { UnityProps } from "../types/unity-props";
declare const Unity: ForwardRefExoticComponent<UnityProps & RefAttributes<HTMLCanvasElement>>;
export { Unity };
//# sourceMappingURL=unity.d.ts.map