export interface Config { content: string; timeout?: number; title: string; footer?: string; }