export declare const Css: {
    footerView: {
        alignSelf: "stretch";
        flexDirection: "row";
        justifyContent: "space-around";
        marginTop: number;
    };
    mainView: {
        alignItems: "center";
        backgroundColor: string;
        borderRadius: number;
        justifyContent: "center";
        padding: number;
    };
    navButton: {
        alignItems: "center";
        padding: number;
    };
    titleText: {
        fontWeight: "bold";
    };
};
