export declare const styles: { list: { flex: number; backgroundColor: string; }; contentContainer: { paddingVertical: number; }; timeDivider: { alignItems: "center"; paddingVertical: number; }; timeDividerText: { fontSize: number; color: string; backgroundColor: string; paddingHorizontal: number; paddingVertical: number; borderRadius: number; overflow: "hidden"; }; };