import { ManageRestrictTooltipProps, TagBaseProps } from '../../types'; type TagBaseWithTooltip = TagBaseProps & ManageRestrictTooltipProps; type TagBaseComponentProps = TagBaseProps | TagBaseWithTooltip; export declare function TagBase(props: TagBaseComponentProps): import("react/jsx-runtime").JSX.Element; export {};