import { FC, PropsWithChildren } from "react"; /** * We use the context API to inform library components that they are being used outside * of the portal */ declare const IsNotPortalProvider: FC; export default IsNotPortalProvider;