import { PreciseTheme } from '../common'; export interface StyledTagItemProps { theme?: PreciseTheme; } export declare const StyledTagItem: any;