import type { PropsWithChildren } from 'react';
import type { VoxweaveThreeJSProps } from './VoxweaveThreeJS';
interface ThreeWrapperProps extends VoxweaveThreeJSProps {
    darkMode?: boolean;
}
export declare function ThreeWrapper(props: PropsWithChildren<ThreeWrapperProps>): import("react/jsx-runtime").JSX.Element;
export {};
