import { ChartPlugin } from '../types'; import { PluginSnapshotConfig } from './types'; /** * VeloPlot Snapshot Plugin * * Captures the current chart view with all layers (WebGL + Overlay). */ export declare function PluginSnapshot(config?: PluginSnapshotConfig): ChartPlugin; export default PluginSnapshot; export type { SnapshotFormat, SnapshotResolution, SnapshotExportOptions, SnapshotExportAPI, PluginSnapshotConfig } from './types';