import React, { PropsWithChildren } from 'react'; export declare const Root: ({ children }: PropsWithChildren<{}>) => React.JSX.Element;