export { BoclipsPlayerFactory as PlayerFactory } from './BoclipsPlayerFactory/BoclipsPlayerFactory'; export { Player } from './BoclipsPlayer/BoclipsPlayer'; export { PlayerOptions } from './BoclipsPlayer/PlayerOptions'; export { defaultAnalyticsOptions } from './Events/AnalyticsOptions'; export * from './ErrorHandler/BoclipsPlayerError';