import { OnInit } from '@angular/core';
export declare class SidepanelComponent implements OnInit {
    sidePanelOpen: boolean;
    context: 'list' | 'board';
    backlogSelected: boolean;
    typeGroupSelected: boolean;
    constructor();
    ngOnInit(): void;
    setGuidedTypeWI(): void;
}
