import { type Root } from '../typedefs/Root'; export declare function unmountRoot(root: Root): void;