export declare const photos: {
    src: string;
    width: number;
    height: number;
}[];
