export interface ToggleSidebarEvent {
    visible: boolean;
}
