import { SafeWrapFn } from './createWrapSafe.js'; export declare function createWrapMounted(component: string, isMounted: () => boolean): SafeWrapFn;