///
export default function resolveReferenceInput(type: any): {
new (props: Omit, "document">, "getValuePath"> | Readonly, "document">, "getValuePath">>): {
_input: any;
_didShowFocusWarning: boolean;
focus(): void;
setRef: (input: any) => void;
render(): import("react").JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "document">, "getValuePath">>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void;
forceUpdate(callback?: () => void): void;
readonly props: Readonly, "document">, "getValuePath">> & Readonly<{
children?: import("react").ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "document">, "getValuePath">>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "document">, "getValuePath">>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "document">, "getValuePath">>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "document">, "getValuePath">>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "document">, "getValuePath">>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "document">, "getValuePath">>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "document">, "getValuePath">>, nextState: Readonly<{}>, nextContext: any): void;
};
new (props: Omit, "document">, "getValuePath">, context: any): {
_input: any;
_didShowFocusWarning: boolean;
focus(): void;
setRef: (input: any) => void;
render(): import("react").JSX.Element;
context: any;
setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "document">, "getValuePath">>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void;
forceUpdate(callback?: () => void): void;
readonly props: Readonly, "document">, "getValuePath">> & Readonly<{
children?: import("react").ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, "document">, "getValuePath">>, nextState: Readonly<{}>, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, "document">, "getValuePath">>, prevState: Readonly<{}>): any;
componentDidUpdate?(prevProps: Readonly, "document">, "getValuePath">>, prevState: Readonly<{}>, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, "document">, "getValuePath">>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "document">, "getValuePath">>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, "document">, "getValuePath">>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, "document">, "getValuePath">>, nextState: Readonly<{}>, nextContext: any): void;
};
displayName: string;
contextTypes: {
getValuePath: import("prop-types").Requireable;
};
contextType?: import("react").Context;
};
//# sourceMappingURL=resolveReferenceInput.d.ts.map