import React from 'react'; import { IInterfaceProperty } from '../../typeParser/interfaces'; export interface IInterfaceTableProps { members: IInterfaceProperty[]; } export declare const InterfaceTable: React.StatelessComponent; export default InterfaceTable;