export declare type PepFooterStateType = 'visible' | 'hidden'; export interface IPepFooterStateChangeEvent { state: PepFooterStateType; }