export declare const styles: {
    wrapContainer: {
        flex: number;
    };
    container: {
        alignSelf: "center";
        position: "absolute";
        bottom: number;
    };
    main: {
        position: "absolute";
        flexDirection: "row";
        justifyContent: "space-between";
    };
    rowLeft: {
        flex: number;
        flexDirection: "row";
        justifyContent: "space-between";
        alignItems: "center";
    };
    flex1: {
        flex: number;
    };
    top30: {
        top: number;
    };
    itemTab: {
        flex: number;
        justifyContent: "center";
        alignItems: "center";
    };
    circleRight: {
        marginRight: number;
    };
    circleLeft: {
        marginLeft: number;
    };
};
//# sourceMappingURL=styles.d.ts.map