export interface FaqItem { title: string; description: string; } export declare const faqsList: FaqItem[];