export declare class BielSources { sources: { title: string; url: string; }[]; sourcesText: string; showSources: boolean; toggleSources(): void; render(): any; }