/// <reference types="react" />
import { FormComponentProps } from '@tomino/dynamic-form';
export declare const dot: (view: string) => string;
export declare const Binding: (componentProps: FormComponentProps<any, any, any> & {
    uid: string;
}) => JSX.Element;
