/// import ts from "typescript"; import { NodeProps } from "./NodeProps"; /** * Format a {@link ts.TypeElement} node in code. * @group Components */ export declare function TypeElement({ collection, node, }: NodeProps): JSX.Element; //# sourceMappingURL=TypeElement.d.ts.map