import { Meta } from '@storybook/react';
import OnPagination from '../on-pagination';
declare const _default: Meta<typeof OnPagination>;
export default _default;
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../on-pagination").Props>;
