interface CustomPaginationProps { showPagination?: boolean; id: any; showHeaderFooter: boolean; landscape: boolean; } export declare function CustomPagination({ showPagination, id, showHeaderFooter, landscape }: CustomPaginationProps): import("react/jsx-runtime").JSX.Element; export {};