import { ThemeInterface } from '../../../Common/theming/types'; export declare const getTagStyle: (theme: ThemeInterface, isSelected: boolean) => string;