export declare function useMantinePortalProps(): { withinPortal: true; portalProps: { target: HTMLDivElement; }; } | { withinPortal: false; portalProps?: never; };