import type { MaybeRef } from './_shared'; import type { Ref } from '@stacksjs/stx'; /** * Get the parent element of a given element. */ export declare function useParentElement(element?: MaybeRef): Ref;