/// <reference types="react" />
import { PropInfo } from './PropInfo';
export interface PropsTableProps<T> {
    propInfos: PropInfo<T>[];
}
export declare function PropsTable<T>({ propInfos }: PropsTableProps<T>): JSX.Element;
//# sourceMappingURL=PropsTable.d.ts.map