export interface Options { feedUrl?: string; showImage?: boolean; } export declare const defaultOptions: () => Options;