import { BeeTableCellProps, BoxedFunction, Normalized } from "../../api"; import { DMN_LATEST__tFunctionDefinition } from "@kie-tools/dmn-marshaller"; export type FEEL_ROWTYPE = { functionExpression: Normalized; }; export type BoxedFunctionFeel = DMN_LATEST__tFunctionDefinition & { "@_kind": "FEEL"; __$$element: "functionDefinition"; }; export declare function FeelFunctionExpression({ isNested, parentElementId, functionExpression, }: { functionExpression: Normalized; isNested: boolean; parentElementId: string; }): JSX.Element; export declare function FeelFunctionImplementationCell({ data, rowIndex, columnIndex, parentElementId, }: BeeTableCellProps & { parentElementId: string; }): JSX.Element; //# sourceMappingURL=FeelFunctionExpression.d.ts.map