export declare const styles: { container: { alignItems: "stretch"; justifyContent: "flex-start"; margin: number; paddingBottom: number; }; sliderContainer: { paddingVertical: number; }; titleContainer: { alignItems: "center"; justifyContent: "center"; }; }; export declare const iosStyles: { thumb: { backgroundColor: string; borderRadius: number; height: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; width: number; }; track: { borderRadius: number; height: number; }; }; export declare const componentThumbStyles: { container: { alignItems: "center"; backgroundColor: string; height: number; justifyContent: "center"; width: number; }; }; export declare const customStyles: { track: { borderRadius: number; height: number; }; }; export declare const customStyles2: { thumb: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; height: number; width: number; }; track: { borderRadius: number; height: number; }; }; export declare const customStyles3: { thumb: { backgroundColor: string; borderRadius: number; height: number; width: number; }; track: { backgroundColor: string; borderRadius: number; height: number; }; }; export declare const customStyles4: { thumb: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; height: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; width: number; }; track: { backgroundColor: string; borderRadius: number; height: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; }; }; export declare const customStyles5: { thumb: { backgroundColor: string; borderRadius: number; height: number; width: number; }; track: { backgroundColor: string; borderRadius: number; height: number; }; }; export declare const customStyles6: { thumb: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; height: number; width: number; }; track: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; height: number; }; }; export declare const customStyles7: { thumb: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; height: number; width: number; }; track: { backgroundColor: string; height: number; }; }; export declare const customStyles8: { container: { height: number; }; thumb: { backgroundColor: string; borderRadius: number; height: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; width: number; }; track: { backgroundColor: string; height: number; }; }; export declare const customStyles9: { thumb: { height: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; width: number; }; }; export declare const aboveThumbStyles: { container: { alignItems: "center"; backgroundColor: string; borderColor: string; borderWidth: number; height: number; justifyContent: "center"; left: number; width: number; }; }; export declare const trackMarkStyles: { activeMark: { borderColor: string; borderWidth: number; left: number; }; inactiveMark: { borderColor: string; borderWidth: number; left: number; }; };