/**!
 * @author Elgato
 * @module elgato/streamdeck
 * @license MIT
 * @copyright Copyright (c) Corsair Memory Inc.
 */
import streamDeck from "../types/ui";

export * from "../types/ui";
export default streamDeck;
