import { TextProps } from "./Text"; export declare const LinkText: ({ style, ...props }: TextProps) => import("react/jsx-runtime").JSX.Element;