import { DrawByLiveStreamParams } from '../types/types.ts'; export declare const drawByLiveStream: ({ audioData, unit, index, index2, canvas, isRecordingInProgress, isPausedRecording, picks, backgroundColor, barWidth, mainBarColor, secondaryBarColor, rounded, animateCurrentPick, fullscreen, }: DrawByLiveStreamParams) => void;