import { TagLinkProps, TagProps } from '../../types'; export declare function isTagLinkProps(props: TagProps): props is TagLinkProps; export declare function Tag(props: TagProps): import("react/jsx-runtime").JSX.Element;