export declare const Styles: { container: { backgroundColor: string; paddingHorizontal: number; }; header: { flexDirection: "row"; justifyContent: "space-between"; }; titleContainer: { flex: number; height: number; flexDirection: "row"; alignItems: "center"; }; title: { fontSize: number; fontFamily: string | undefined; color: string; }; titleSeparator: { width: number; height: number; backgroundColor: string; marginHorizontal: number; }; subtitle: { fontSize: number; fontFamily: string | undefined; color: string; }; sliderContainer: { paddingVertical: number; }; sliderContainerWithHeader: { paddingTop: number; }; };