declare const _default: { widgetContainer: { width: "100%"; }; label: { marginBottom: number; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; color: string; }; uploadContainer: { width: "100%"; height: number; borderWidth: number; borderStyle: "dashed"; borderRadius: number; borderColor: string; display: "flex"; flexDirection: "row"; alignItems: "center"; justifyContent: "center"; }; uploadImage: {}; uploadText: { fontWeight: "500"; color: string; fontSize: number; letterSpacing: number; lineHeight: number; marginLeft: number; }; description: { color: string; fontStyle: "italic"; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; width: "100%"; marginTop: number; }; uploadLoadingContainer: { top: number; left: number; width: "100%"; height: "100%"; position: "absolute"; display: "flex"; flexDirection: "row"; alignItems: "center"; justifyContent: "center"; }; itemWrapper: { width: "100%"; }; itemContainer: { width: "100%"; height: number; marginTop: number; display: "flex"; flexDirection: "row"; justifyContent: "center"; alignItems: "center"; borderRadius: number; backgroundColor: string; paddingHorizontal: number; }; itemError: { height: number; width: "100%"; backgroundColor: string; }; itemImage: {}; itemName: { color: string; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; textAlignVertical: "center"; flex: number; marginLeft: number; }; itemSize: { color: string; fontSize: number; fontWeight: "400"; letterSpacing: number; lineHeight: number; }; itemPreview: { marginLeft: number; }; itemRefresh: { marginLeft: number; }; itemRemove: { marginLeft: number; }; modalContainer: { width: "100%"; height: "100%"; backgroundColor: string; alignItems: "center"; justifyContent: "center"; }; imageContainer: { width: number; height: number; padding: number; alignItems: "center"; justifyContent: "center"; }; modalImage: { width: "100%"; height: "100%"; }; modalClose: { position: "absolute"; right: number; top: number; }; }; export default _default;