import * as React from "react"; import { Player as TwilioPlayer } from "@twilio/player"; import { PlayerImplOwnProps } from "./PlayerImpl"; export type PlayerProps = Omit; export declare const Player: React.ForwardRefExoticComponent>;