declare const _default: {
    pagination: {
        position: string;
        alignItems: string;
    };
    paginationX: {
        bottom: number;
        left: number;
        right: number;
    };
    paginationY: {
        right: number;
        top: number;
        bottom: number;
    };
    pointStyle: {
        width: number;
        height: number;
        borderRadius: number;
        backgroundColor: string;
    };
    pointActiveStyle: {
        backgroundColor: string;
    };
    spaceStyle: {
        marginHorizontal: number;
        marginVertical: number;
    };
};
export default _default;
