export type ItemState = "visible" | "hidden" | "dots";
export type PaginationVariant = "show-last" | "show-range" | "overflow";
//# sourceMappingURL=types.d.ts.map