export declare const styles: {
    container: {
        flexDirection: "row";
        flex: number;
    };
    leftColumn: {
        zIndex: number;
        position: "relative";
        top: number;
        alignItems: "center";
        marginRight: number;
    };
    rightColumn: {};
    connector: {
        height: number;
        width: number;
        backgroundColor: string;
    };
    dotContainer: {
        backgroundColor: string;
        borderRadius: number;
        alignItems: "center";
        justifyContent: "center";
        width: number;
        height: number;
    };
    dot: {
        backgroundColor: string;
        borderRadius: number;
        width: number;
        height: number;
    };
    txtStatus: {
        color: string;
        fontSize: number;
        marginBottom: number;
        fontWeight: "bold";
    };
    txtDate: {
        color: string;
        fontSize: number;
    };
    containerHorizontal: {
        flex: number;
        width: number;
    };
    connectorHorizontal: {
        flex: number;
        height: number;
        backgroundColor: string;
    };
    dotContainerHorizontal: {
        backgroundColor: string;
        borderRadius: number;
        alignItems: "center";
        justifyContent: "center";
        width: number;
        height: number;
    };
    dotHorizontal: {
        backgroundColor: string;
        borderRadius: number;
        width: number;
        height: number;
    };
    dotConnectorHorizontalWrapper: {
        flexDirection: "row";
        alignItems: "center";
        marginBottom: number;
    };
};
//# sourceMappingURL=style.d.ts.map