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";
    };
    lastLeftPart: {
        justifyContent: "flex-end";
    };
    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";
    };
};
