export declare type PepSideBarStateType = 'open' | 'close'; export interface IPepSideBarStateChangeEvent { state: PepSideBarStateType; }