import { BlessedElement } from '../helpers'; const Tab: BlessedElement = { initialize: (window, element, blessed) => {}, }; export default Tab;