import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
import { MediaGalleryDisplayProvider } from "./MediaGalleryDisplayProvider";
export declare class PhotoWall implements MediaGalleryDisplayProvider {
    id: GuidValue;
    name: string;
    /**
     *
     */
    constructor();
}
