export declare const styles: { container: { overflow: "hidden"; }; hiddenContainer: { flex: number; flexDirection: "row"; justifyContent: "space-between"; alignItems: "stretch"; }; leftHiddenActions: { flexDirection: "row"; alignItems: "stretch"; justifyContent: "flex-start"; }; rightHiddenActions: { flexDirection: "row"; alignItems: "stretch"; justifyContent: "flex-end"; position: "absolute"; right: number; top: number; bottom: number; }; contentWrapper: { flexDirection: "row"; alignItems: "stretch"; }; content: { zIndex: number; }; actionsContainer: { position: "absolute"; top: number; bottom: number; flexDirection: "row"; alignItems: "stretch"; }; rightActionsContainer: { right: number; }; leftActionsContainer: { left: number; }; actionButton: { justifyContent: "center"; alignItems: "center"; paddingHorizontal: number; }; actionIcon: { marginBottom: number; }; actionText: { fontSize: number; fontWeight: "500"; textAlign: "center"; }; }; export declare const defaultColors: { delete: string; favorite: string; similar: string; default: string; };