import { Product } from '../interfaces/interfaces';
export declare const product1: {
    id: string;
    title: string;
    img: string;
};
export declare const product2: {
    id: string;
    title: string;
    img: string;
};
export declare const products: Product[];
