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