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