export declare const styles: {
    contentContainer: {
        top: number;
        width: number;
        height: number;
        borderRadius: number;
        alignItems: "center";
        justifyContent: "center";
        backgroundColor: string;
    };
};
