import { Player } from './../types/core/Export';

export * from './../types/core/Export';

export default Player;
export { Player };

