type UseHost = <T extends HTMLElement = HTMLElement>() => T;
export declare const useHost: UseHost;
export {};
