declare const Styled: {
    container: {
        backgroundColor: string;
    };
    titleWrapper: {
        flexDirection: "row";
        justifyContent: "space-between";
        alignItems: "center";
        backgroundColor: string;
    };
    twTitle: {
        color: string;
        fontSize: number;
        fontWeight: "bold";
        paddingLeft: number;
    };
    twSubTitle: {
        color: string;
        fontSize: number;
        paddingLeft: number;
    };
    twMoreTitle: {
        color: string;
        fontSize: number;
        paddingRight: number;
    };
    userTitle: {
        fontSize: number;
    };
    userSubTitle: {
        fontSize: number;
    };
    noLogin: {
        fontSize: number;
    };
};
export default Styled;
