/** Used to display the postviewer in a portal * Prevents CSS/layout conflicts with the parent component * Avoids z-index issues */ declare const usePortal: (id: string | undefined, shouldCreate: boolean) => Element | null; export default usePortal;