import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity/Theme'; import { LinkProps } from '../Link'; export type TextLinkProps = LinkProps; export declare const textLinkStyle: (theme: Theme, props: TextLinkProps) => CSSObject; export declare const TextLink: (props: TextLinkProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=TextLink.d.ts.map