import { PixelStreamingApplicationStyle } from 'metaeditor4-ui'; export declare const PixelStreamingApplicationStyles: PixelStreamingApplicationStyle; import ContextProvider from './context'; import useStreamActions from './hooks.stream/useStreamActions'; import useStreamEvents from './hooks.stream/useStreamEvents'; import useEventListener from './hooks.stream/useEventListener'; import Player from './snippets/Player'; declare const Context: { stream: () => import("./context/useStreamContext/actions").ActionProps; }; declare const Hooks: { actions: typeof useStreamActions; events: typeof useStreamEvents; listener: typeof useEventListener; }; export { ContextProvider as MetaProvider, Player as MetaPlayer, Context, Hooks, }; import type { PlayerConfigProps } from './context/useStreamContext/types'; export type { PlayerConfigProps };