export default OffsetWellPickerV3; declare function OffsetWellPickerV3({ open, dataSource, filterBasedOn, defaultSubjectWell, currentUser, offsetSettings, unusableWellAlarm, addWellsUsabilityInfo, onClose, onSave, }: { open: any; dataSource: any; filterBasedOn: any; defaultSubjectWell: any; currentUser: any; offsetSettings: any; unusableWellAlarm: any; addWellsUsabilityInfo: any; onClose: any; onSave: any; }): JSX.Element; declare namespace OffsetWellPickerV3 { namespace propTypes { export let open: import("prop-types").Validator; export { string as dataSource }; export { string as filterBasedOn }; export let defaultSubjectWell: import("prop-types").Requireable>; export let currentUser: import("prop-types").Requireable>; export let offsetSettings: import("prop-types").Requireable>>; export { string as unusableWellAlarm }; export { func as addWellsUsabilityInfo }; export let onClose: import("prop-types").Validator<(...args: any[]) => any>; export let onSave: import("prop-types").Validator<(...args: any[]) => any>; } namespace defaultProps { export let dataSource: string; export let filterBasedOn: string; let defaultSubjectWell_1: null; export { defaultSubjectWell_1 as defaultSubjectWell }; let currentUser_1: {}; export { currentUser_1 as currentUser }; let offsetSettings_1: {}; export { offsetSettings_1 as offsetSettings }; export let unusableWellAlarm: string; export let addWellsUsabilityInfo: null; } } import { string } from 'prop-types'; import { func } from 'prop-types'; //# sourceMappingURL=index.d.ts.map