import { EventEmitter } from "../../stencil-public-runtime"; export declare class PhotoGallery { ftOpenPhotoCarousel: EventEmitter; photos: string[]; render(): any; }