export interface WzAlertPaginationProps {
    currentPage: number;
    totalPages: number;
}
//# sourceMappingURL=AlertPagination.d.ts.map