import { Meta, StoryObj } from '@storybook/react-vite';
import { MyPagination } from '../components';
declare const meta: Meta<typeof MyPagination>;
export default meta;
type Story = StoryObj<typeof MyPagination>;
export declare const Default: Story;
export declare const MiddlePage: Story;
export declare const LastPage: Story;
export declare const SinglePage: Story;
//# sourceMappingURL=MyPagination.stories.d.ts.map