declare const useParentName: (ref: { current: any; }) => { ref: { current: any; }; parentName: undefined; }; export { useParentName };