package common import tea "github.com/charmbracelet/bubbletea" type Component interface { tea.Model //help.KeyMap SetSize(width int, height int) }