import React from 'react';
export declare type TagItemProps = {
    children?: React.ReactNode;
    isLoading?: boolean;
};
export declare const TagItem: import("@storybook/theming").StyledComponent<any, TagItemProps, import("@storybook/theming").Theme>;
//# sourceMappingURL=TagItem.d.ts.map