export declare const imageGalleryStyles: { sendImageSingle: { alignSelf: "flex-start"; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; maxWidth: number; overflow: "hidden"; width: "100%"; }; sendImageSingleImage: { maxHeight: number; width: "100%"; }; sendImageGrid: { flexDirection: "row"; flexWrap: "wrap"; gap: number; }; sendImageTile: { aspectRatio: number; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; overflow: "hidden"; width: "48%"; }; sendImageTileImage: { height: "100%"; width: "100%"; }; sendImageTileLoading: { alignItems: "center"; justifyContent: "center"; }; sendImageTileFailed: { alignItems: "center"; justifyContent: "center"; paddingHorizontal: number; }; sendImageFailedText: { color: string; fontSize: number; fontWeight: "700"; marginTop: number; textAlign: "center"; }; sendImageLightboxBackdrop: { alignItems: "center"; backgroundColor: string; flex: number; justifyContent: "center"; }; sendImageLightboxSwipeArea: { alignItems: "center"; height: "80%"; justifyContent: "center"; width: "100%"; }; sendImageLightboxImage: { height: "100%"; width: "100%"; }; sendImageLightboxClose: { backgroundColor: string; borderRadius: number; padding: number; position: "absolute"; right: number; top: number; }; sendImageLightboxNav: { backgroundColor: string; borderRadius: number; marginTop: number; padding: number; position: "absolute"; top: "50%"; }; sendImageLightboxCounter: { bottom: number; color: string; fontSize: number; position: "absolute"; }; }; //# sourceMappingURL=imageGalleryStyles.d.ts.map