export declare const styles: { container: { flex: number; backgroundColor: string; alignItems: "center"; }; cardView: { width: string; height: string; }; customEmptyView: { width: string; height: number; }; emptyView: { width: string; height: number; justifyContent: "center"; alignItems: "center"; }; emptyViewText: { color: string; fontWeight: "bold"; fontSize: number; }; absolute: { position: "absolute"; width: string; }; like: { position: "absolute"; top: number; left: string; width: number; height: number; justifyContent: "center"; alignItems: "center"; }; nope: { position: "absolute"; top: number; right: string; width: number; height: number; justifyContent: "center"; alignItems: "center"; }; likeImage: { width: string; height: string; resizeMode: "contain"; }; nopeImage: { width: string; height: string; resizeMode: "contain"; }; };