export declare type Image = {
    id: string;
    alt: string;
    src: string;
};
