export type { EnsureShadowMountOptions } from '../../types/shadow/EnsureShadowMountOptions'; export type { PortalContainerProviderProps } from '../../types/shadow/PortalContainerProviderProps'; export type { ShadowMount } from '../../types/shadow/ShadowMount'; export { PortalContainerProvider } from '../portal/PortalContainerProvider'; export { usePortalContainer } from '../portal/usePortalContainer'; export { ensureShadowMount } from './ensureShadowMount'; //# sourceMappingURL=index.d.ts.map