import { type Supply } from '@sxxov/ut/store'; /** * A lazily listening supply that returns `true` if the current component is * mounted. */ export declare const mounted: Supply;