import { StoryObj } from '@storybook/react-vite'; declare const meta: { title: string; argTypes: { current: { description: string; table: { type: { summary: string; }; }; }; total: { description: string; table: { type: { summary: string; }; }; }; show: { description: string; table: { defaultValue: { summary: string; }; type: { summary: string; }; }; }; props: { description: string; table: { type: { summary: string; detail: string; }; }; }; }; decorators: ((Story: import('storybook/internal/csf').PartialStoryFn) => import("react").JSX.Element)[]; }; export default meta; type Story = StoryObj; export declare const WithLinks: Story; export declare const React: Story; export declare const WithButtons: Story; export declare const Sizes: Story; export declare const Variants: Story; export declare const WithHelper: Story;