package com.discord.widgets.home; /* compiled from: PanelLayout.kt */ public interface PanelLayout { void closePanels(); void openEndPanel(); void openStartPanel(); }