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