import { Meta, StoryObj } from '@storybook/react'; import { Pagination } from './Pagination'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const CustomNavigation: Story; export declare const WithManyPages: Story; export declare const Interactive: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const CustomStyling: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const FirstPage: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const LastPage: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const MiddlePage: () => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Pagination.stories.d.ts.map