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; }; selectors: { paddingVertical: number; flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; }; selectorsWithHeader: { paddingTop: number; }; selectorsPadding0: { paddingHorizontal: number; }; selectorsPadding1: { paddingHorizontal: number; }; selectorsPadding2: { paddingHorizontal: number; }; selectorsPadding3: { paddingHorizontal: number; }; selectorWithHeader: { paddingTop: number; }; separator: { width: number; height: number; backgroundColor: string; marginHorizontal: number; }; };