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