import { type ReactNode } from "react"; /** * This component is used to wrap portal rendered components that are not part of the regular component tree * to ensure that the scoped theme is applied. * * @internal */ export declare function ConditionalScopedThemeProvider({ children }: { children: ReactNode; }): ReactNode; //# sourceMappingURL=ConditionalScopedThemeProvider.d.ts.map