export declare class PhotoswipeImage { src: string; w: number; h: number; constructor(src: string, w: number, h: number); }