import type { Story } from '@storybook/react';
import type { TagProps } from './index';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>;
export default _default;
export declare const Playground: Story<TagProps>;
export declare function Palettes(): JSX.Element;
export declare function Deletable(): JSX.Element;
export declare function WithIcon(): JSX.Element;
export declare const Variants: () => JSX.Element;
