export declare const usePortal: (component?: string, id?: string) => HTMLElement | null; export default usePortal;