import { BoxedFunction, Normalized } from "../../api"; import { DMN_LATEST__tFunctionDefinition, DMN_LATEST__tFunctionKind } from "@kie-tools/dmn-marshaller"; import "./FunctionExpression.css"; export declare function FunctionExpression({ isNested, parentElementId, expression: boxedFunction, }: { expression: Normalized; isNested: boolean; parentElementId: string; }): JSX.Element; export declare function useFunctionExpressionControllerCell(functionKind: Normalized): JSX.Element; export declare function useFunctionExpressionParametersColumnHeader(formalParameters: Normalized, isReadOnly: boolean): JSX.Element; //# sourceMappingURL=FunctionExpression.d.ts.map