import { TrackReferenceOrPlaceholder } from '@livekit/components-core'; import { AgentState } from '../../composables/useVoiceAssistant'; export interface BarVisualizerOptions { maxHeight?: number; minHeight?: number; } export interface BarVisualizerProps { state?: AgentState; barCount?: number; trackRef?: TrackReferenceOrPlaceholder; options?: BarVisualizerOptions; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: { class: string; style: { height: string; }; dataLkHighlighted: boolean; dataLkBarIndex: number; }): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { options: BarVisualizerOptions; barCount: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=BarVisualizer.vue.d.ts.map