import { Meta, StoryObj } from '@storybook/react'; import { Pagination } from './Pagination.tsx'; declare const story: Meta; export declare const PaginationStory: StoryObj; export default story;