export declare const styles: {
    container: {
        justifyContent: "center";
        alignItems: "center";
    };
    content: {
        justifyContent: "center";
        alignItems: "center";
        position: "absolute";
        left: number;
        top: number;
        bottom: number;
        right: number;
    };
    statusView: {
        position: "absolute";
        top: number;
        right: number;
    };
    statusValueText: {
        fontSize: number;
        marginTop: number;
        marginBottom: number;
    };
    valueText: {
        fontSize: number;
    };
    valueUnit: {
        fontSize: number;
        marginLeft: number;
    };
    statusValueUnit: {
        fontSize: number;
        marginTop: number;
        paddingLeft: number;
    };
    buttonsWrapper: {
        position: "absolute";
        bottom: number;
        justifyContent: "center";
        alignItems: "center";
    };
    large_header: {
        color: string;
        fontWeight: "600";
        fontSize: number;
    };
    center: {
        flexDirection: "row";
        alignItems: "center";
        justifyContent: "center";
    };
    helperText: {
        color: string;
        fontWeight: "400";
        fontSize: number;
    };
    hideValue: {
        flexDirection: "row";
        alignItems: "center";
    };
    hideCenterContent: {
        justifyContent: "center";
        alignItems: "center";
        marginTop: number;
    };
    hideStatus: {
        flexDirection: "row";
        alignItems: "center";
        marginTop: number;
    };
    subTitleWidth: {
        textAlign: "center";
        width: number;
    };
    centerText: {
        flexDirection: "column";
    };
    centerTextView: {
        marginTop: number;
        marginRight: number;
    };
    speedValueUnit: {
        paddingLeft: number;
    };
};
