export declare enum PaginatorButtonId {
    Next = "next",
    Previous = "previous"
}
