///
import ts from "typescript";
import { NodeProps } from "./NodeProps.js";
/**
* Formats a {@link ts.Expression} node in code. Anything which isn't a
* {@link ts.StringLiteral}, {@link ts.NumericLiteral} or
* {@link ts.PropertyAccessExpression} will be rendered as an unknown code
* token.
* @group Components
*/
export declare function AmbientConstantExpression({ collection, node, }: NodeProps): JSX.Element;
//# sourceMappingURL=AmbientConstantExpression.d.ts.map