export declare const Styles: { stickerWrapperStyle: { padding: number; borderTopRightRadius: number; borderTopLeftRadius: number; }; stickerSectionListStyle: { shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }; sectionListItemStyle: { flexShrink: number; padding: number; }; stickerListStyle: { flexWrap: "wrap"; width: string; padding: number; margin: number; justifyContent: "flex-start"; alignItems: "center"; flexDirection: "row"; }; stickerItemStyle: { width: string; height: number; margin: number; padding: number; }; stickerMsgStyle: { overflow: "hidden"; width: string; justifyContent: "center"; alignItems: "center"; top: string; }; stickerMsgTxtStyle: { margin: number; height: number; }; stickerImageStyle: { width: string; height: string; }; stickerCategoryImageStyle: { width: number; height: number; }; };