import { PropsWithChildren } from "react";
import { AudioPlayerProps } from "../AudioPlayer/Player";
export declare const AudioPlayerProvider: <TInterfacePlacementLength extends number = 12>({ children, ...props }: PropsWithChildren<AudioPlayerProps<TInterfacePlacementLength>>) => JSX.Element;
