/// <reference types="react" />
import type { TextRichTextItemObject } from "../../types/notion/richText/text.js";
type Props = {
    richTextText: TextRichTextItemObject["text"];
};
export declare const LinkText: React.FC<Props>;
export {};
//# sourceMappingURL=LinkText.d.ts.map