import { StoryObj } from '@storybook/vue3'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { Renderer, PartialStoryFn } from '@storybook/csf'; import { Mock } from '@vitest/spy'; declare const meta: { title: string; component: DefineComponent<{ page?: number; pageSize?: number; totalResults: number; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { change: (page: number) => any; }, string, PublicProps, Readonly<{ page?: number; pageSize?: number; totalResults: number; }> & Readonly<{ onChange?: ((page: number) => any) | undefined; }>, { page: number; pageSize: number; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; tags: string[]; decorators: ((storyFn: PartialStoryFn) => T["storyResult"])[]; args: { onChange: Mock<(...args: any[]) => any>; }; parameters: { docs: { description: { component: string; }; }; }; }; export default meta; export declare const FirstPage: StoryObj; export declare const SecondPage: StoryObj; export declare const ThirdPage: StoryObj; export declare const FourthPage: StoryObj; export declare const FifthPage: StoryObj; export declare const SixthPage: StoryObj; export declare const SeventhPage: StoryObj; export declare const EighthPage: StoryObj; export declare const NinthPage: StoryObj; export declare const TenthPage: StoryObj; //# sourceMappingURL=Pagination.stories.d.ts.map