import { type FC } from "react"; import type { PlayerProps } from "./shared/types"; export declare const Player: FC; export type { PlayerProps } from "./shared/types";