declare type UsePortalBoxOptions = {
    className: string;
    rtl: boolean;
    target: Document | undefined;
};
export declare const usePortalBox: (options: UsePortalBoxOptions) => HTMLDivElement | null;
export {};
