/// import { PortalProps } from './types'; /** * @internal Do not use it */ export declare function usePortal(props: PortalProps): { isDisabled: boolean; children: import("react").ReactNode; mountRoot: HTMLElement | null; };