declare const _default: { title: string; }; export default _default; export declare const _Pagination: () => import("react/jsx-runtime").JSX.Element; export declare const OnTheFirstPage: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const OnTheLastPage: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const WithLessThan5Pages: { render: () => import("react/jsx-runtime").JSX.Element; name: string; }; export declare const CustomMaxVisiblePages: () => import("react/jsx-runtime").JSX.Element; export declare const ScrollAfterPagination: { render: () => import("react/jsx-runtime").JSX.Element; name: string; play: ({ canvasElement, step }: { canvasElement: any; step: any; }) => Promise; };