export declare class PepSnackBarData { title: string; content: any; constructor(options: { title?: string; content?: any; }); }