import React from 'react'; import { ComponentMeta } from '@storybook/react'; declare const _default: ComponentMeta & { Button?: React.FC; }>; export default _default; export declare const Template: { (args: any): JSX.Element; args: { variant: string; size: string; rounded: boolean; children: string; }; }; export declare const Variants: (args: any) => JSX.Element; export declare const RoundedBadges: () => JSX.Element; export declare const WithDot: () => JSX.Element; export declare const RoundedWithDot: () => JSX.Element; export declare const WithRemoveButton: () => JSX.Element; export declare const AsLink: () => JSX.Element;