import * as React from 'react';
import { FormComponentProps } from '@tomino/dynamic-form';
export declare const TableComponent: React.FC<FormComponentProps & {
    uid: string;
}>;
export declare const TableView: React.FunctionComponent<FormComponentProps<any, any, any> & {
    uid: string;
}>;
