import { PropsWithChildren } from 'react'; export declare function RootContainer({ id, className, reduceGraphics, children, }: PropsWithChildren<{ id: string; className?: string | undefined; reduceGraphics?: boolean; }>): import("react/jsx-runtime").JSX.Element;