import { type ElementType } from 'react'; import { type SpiritTagProps } from '../../types'; export interface TagStyles { classProps: string; props: Partial; } export declare function useTagStyleProps(props: SpiritTagProps): TagStyles;