export declare const styles: { container: { width: "100%"; marginBottom: number; marginRight: number; }; horizBar: { flexDirection: "row"; }; leftLabel: { justifyContent: "center"; alignItems: "center"; }; lastLeftLabel: { justifyContent: "center"; alignItems: "center"; }; leftPart: { justifyContent: "center"; width: "100%"; }; lastLeftPart: { justifyContent: "flex-end"; width: "100%"; }; line: { width: "100%"; height: number; backgroundColor: string; opacity: number; }; lastLine: { width: "100%"; height: number; backgroundColor: string; }; bottomLabel: { width: "100%"; }; customDataPointContainer: { position: "absolute"; justifyContent: "center"; alignItems: "center"; }; };