/// import { LLAudioPlayerProps } from '@/components/ll_audio_player/types'; declare const LLAudioPlayer: (props: LLAudioPlayerProps) => JSX.Element; export default LLAudioPlayer;