export declare type MountContainer = HTMLElement | (() => HTMLElement) | undefined | null | false; export declare function getMountContainer(mountContainer?: MountContainer): HTMLElement;