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