import { RendererAppRootProps } from "../components.types"; export declare function AppPlayer({ config }: { config: RendererAppRootProps; }): import("react/jsx-runtime").JSX.Element;