import { PhotoWallDirection } from "internal/fx/models/media-gallery";
export interface CollageMetadata {
    borderRadius: string;
    direction: PhotoWallDirection;
}
