import type { Ref } from '@stacksjs/stx'; /** * Reactive state indicating if the component is mounted. * Returns a ref that becomes true after the initial execution context. */ export declare function useMounted(): Ref;