export declare const PhotoWallCss: {
    singleImgStyling: string;
    singleMediaDisplayStyling: (isDark: boolean) => string;
};
