import { FunctionComponent } from 'react'; import { IPropertiesTable } from '../PropertiesModal.models'; interface IPropertiesTableTreeProps { rootDataTestId: string; table: IPropertiesTable; } export declare const PropertiesTableTree: FunctionComponent; export {};