import { Story } from '@storybook/react'; import { PaginationProps } from './Pagination'; declare const _default: { title: string; component: ({ total, value, onChange }: PaginationProps) => JSX.Element | null; argTypes: { onChange: { action: string; }; }; }; export default _default; export declare const Demo: Story;