export type AutoMount = boolean | string | HTMLElement; export declare const setAutoMount: import("@lincode/reactivity").SetGlobalState, getAutoMount: import("@lincode/reactivity").GetGlobalState;