import { PopoverProps } from "../popover.props";
import { UseHost } from "./types";
export declare function useHost(props: PopoverProps): UseHost;
