import * as React from 'react';
import { FormComponentProps, FormComponent } from '@tomino/dynamic-form';
export declare const FormulaComponent: React.FC<FormComponentProps>;
export declare const FormulaView: FormComponent;
