declare const styles: { container: { height: number; width: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }; card: { backgroundColor: string; borderRadius: number; height: string; width: string; }; flatListStyle: { flex: number; }; flatListContainerStyle: { justifyContent: "center"; alignItems: "center"; }; }; export default styles;