declare namespace _default { export { Player }; export { Events }; export { Browser }; export { ContainerPlugin }; export { UIContainerPlugin }; export { CorePlugin }; export { UICorePlugin }; export { Playback }; export { Container }; export { Core }; export { PlayerError }; export { Loader }; export { BaseObject }; export { UIObject }; export { Utils }; export { HTML5Audio }; export { HTML5Video }; export { HTMLImg }; export { Log }; export { Styler }; export { version }; export { template }; export { $ }; } export default _default; import Player from './components/player/player'; import Events from './base/events/events'; import Browser from './components/browser/browser'; import ContainerPlugin from './base/container_plugin/container_plugin'; import UIContainerPlugin from './base/ui_container_plugin/ui_container_plugin'; import CorePlugin from './base/core_plugin/core_plugin'; import UICorePlugin from './base/ui_core_plugin/ui_core_plugin'; import Playback from './base/playback/playback'; import Container from './components/container/container'; import Core from './components/core/core'; import PlayerError from './components/error/error'; import Loader from './components/loader/loader'; import BaseObject from './base/base_object/base_object'; import UIObject from './base/ui_object/ui_object'; import Utils from './utils/utils'; import HTML5Audio from './playbacks/html5_audio/html5_audio'; import HTML5Video from './playbacks/html5_video/html5_video'; import HTMLImg from './playbacks/html_img/html_img'; import Log from './components/log/log'; import Styler from './base/styler/styler'; /** @constant @type {string} @default */ export const version: string; import template from './base/template'; import $ from 'clappr-zepto'; export { Player, Events, Browser, ContainerPlugin, UIContainerPlugin, CorePlugin, UICorePlugin, Playback, Container, Core, PlayerError, Loader, BaseObject, UIObject, Utils, HTML5Audio, HTML5Video, HTMLImg, Log, Styler, template, $ }; //# sourceMappingURL=main.d.ts.map