import { FC, ReactNode } from 'react'; export declare const Root: FC<{ theme?: string; children: ReactNode; }>;