export default DrillstringDetail; declare function DrillstringDetail({ onDone, drillStringInfo, holeDepth, unit }: { onDone: any; drillStringInfo: any; holeDepth: any; unit: any; }): JSX.Element; declare namespace DrillstringDetail { namespace propTypes { export let drillStringInfo: import("prop-types").Validator>>>; export { number as holeDepth }; export let unit: import("prop-types").Validator; export let onDone: import("prop-types").Validator<(...args: any[]) => any>; } namespace defaultProps { let holeDepth: undefined; } } import { number } from 'prop-types'; //# sourceMappingURL=DrillstringDetail.d.ts.map