export declare const s: {
    paginationWrapContainer: {
        flexDirection: "row";
        alignItems: "center";
        justifyContent: "center";
        margin: number;
    };
    paginationComponentContainer: {
        flexDirection: "row";
        alignItems: "center";
        justifyContent: "space-around";
        backgroundColor: string;
        borderRadius: number;
        width: number;
        height: number;
    };
    paginationComponentText: {
        fontSize: number;
        fontWeight: "bold";
    };
};
