import { PopoverProps } from "../popover.props";
import { UseHost } from "./types";
/**
 * 因为涉及到body的样式，可能出现在计算bottom和height时为0的情况，所以使用了window的高度
 * @param props
 * @returns
 */
export declare function useHost(props: PopoverProps): UseHost;
