import "client-only";
import { PlayerProps } from "../elements/type";
import React from "react";
export default function Player({ story, width, height, className, onReady, onEnd, children, active, }: Readonly<PlayerProps>): React.JSX.Element;
