export declare const styles: { card: { backgroundColor: string; borderRadius: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }; cardContent: { padding: number; }; description: { fontSize: number; color: string; marginTop: number; }; divider: { height: number; backgroundColor: string; marginVertical: number; }; title: { fontSize: number; }; image: { width: "auto"; height: number; }; imageWrapper: { borderTopLeftRadius: number; borderTopRightRadius: number; overflow: "hidden"; }; }; //# sourceMappingURL=CardStyles.d.ts.map