import type { FunctionCallExpressionProps } from "./FunctionCallExpression.jsx"; export interface NewExpressionProps extends FunctionCallExpressionProps { } export declare function NewExpression(props: NewExpressionProps): import("@alloy-js/core").Children; //# sourceMappingURL=NewExpression.d.ts.map