/** * Velo Plot - Plugin Demonstration Examples * * This file contains 3 comprehensive examples of how to use the mới modular plugin architecture. */ /** * Demonstrates how to combine the Debug plugin for performance metrics * and the Analysis plugin for real-time signal processing. */ export declare function examplePerformanceAndAnalysis(container: HTMLDivElement): Promise; /** * Demonstrates the Streaming plugin capabilities, including WebSocket * integration and backpressure management for high-frequency data. */ export declare function exampleAdvancedStreaming(container: HTMLDivElement): Promise; /** * Demonstrates how to use the i18n plugin for multiple languages * and the ThemeEditor for visual customization. */ export declare function exampleCustomization(container: HTMLDivElement): Promise;