export interface Prediction { word: string; image: string; } export declare const predictions: Prediction[];