import React from "react";
import { AudioPlayerContext } from "./types";
export declare const context: React.Context<AudioPlayerContext | null>;
