import { PluginProps, Plugin } from "white-web-sdk"; import "./index.less"; import { PluginContext } from "./Plugins"; export declare type WhiteAudioPluginAttributes = { play: boolean; seek: number; volume: number; mute: boolean; currentTime: number; seekTime?: number; }; export declare type WhiteAudioPluginProps = PluginProps; export declare const audioPlugin: Plugin;