import { GenesisTheme } from '../../styles/theme/genesis-theme.types'; interface StyledTagProps { theme?: GenesisTheme; $isDisabled?: boolean; $hasClose?: boolean; } export declare const getGenesisClass: ({ colors }: GenesisTheme, isDisabled?: boolean, hasClose?: boolean) => string; export declare const Tag: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, keyof StyledTagProps> & StyledTagProps, never> & Partial, HTMLDivElement>, keyof StyledTagProps> & StyledTagProps, never>>> & string; export {};