export default interface PaginationItem { title: string; text: string; onClick: () => void; }