import { ForwardRefExoticComponent } from "react";
import { UnityProps } from "../types/unity-props";
/**
 * Renders the provided Unity Application.
 */
declare const Unity: ForwardRefExoticComponent<UnityProps & React.RefAttributes<HTMLCanvasElement>>;
export { Unity };
//# sourceMappingURL=unity-component.d.ts.map