export default PairedTTest; declare class PairedTTest extends PureComponent { constructor(props: any); constructor(props: any, context: any); render(): import("react").JSX.Element; } declare namespace PairedTTest { export { propTypes }; export { defaultProps }; } import { PureComponent } from "react"; declare namespace propTypes { const alpha: PropTypes.Requireable; const className: PropTypes.Requireable; const data: PropTypes.Validator<{ [x: string]: (PropTypes.InferProps<{ group: PropTypes.Requireable<(string | null | undefined)[]>; values: PropTypes.Requireable<(PropTypes.InferProps<{ x: PropTypes.Requireable; y: PropTypes.Requireable; }> | null | undefined)[]>; }> | null | undefined)[] | null | undefined; }>; const groups: PropTypes.Validator<(string | null | undefined)[]>; const liftValPrec: PropTypes.Requireable; const metrics: PropTypes.Validator<(string | null | undefined)[]>; const pValPrec: PropTypes.Requireable; } declare namespace defaultProps { const alpha_1: number; export { alpha_1 as alpha }; const className_1: string; export { className_1 as className }; const liftValPrec_1: number; export { liftValPrec_1 as liftValPrec }; const pValPrec_1: number; export { pValPrec_1 as pValPrec }; } import PropTypes from "prop-types"; //# sourceMappingURL=PairedTTest.d.ts.map