import { Meta } from '@storybook/react';
import { Pagination } from './Pagination';
declare const meta: Meta<typeof Pagination>;
export default meta;
/**
 * Renders buttons by default.
 */
export declare const Default: () => import("react").JSX.Element;
/**
 * Opt-in to using links.
 */
export declare const Links: () => import("react").JSX.Element;
