import { AutoLinkNode } from "@twilio-paste/lexical-library"; export declare const renderInitialText: (text: string) => void; export declare const baseConfig: { theme: { paragraph: string; }; nodes: (typeof AutoLinkNode)[]; };