import type ts from "typescript"; /** * Shared method between the default tooltipRenderer * and default autocompleteRenderer. This renders TypeScript's * SymbolDisplayPart into HTML. You will probably swap this out with a * renderer of your own. */ export declare const renderDisplayParts: (displayParts: ts.SymbolDisplayPart[]) => HTMLDivElement; //# sourceMappingURL=renderDisplayParts.d.ts.map