export declare const BLOCK_CHILDREN_KEY = "pswp_link_a";
export interface PhotoSwipeGalleryItem {
    id?: number;
    src: string;
    origins?: string;
    thumbnail: string;
    w: number;
    h: number;
    title?: string;
}
