import React, { type PropsWithChildren } from 'react'; export declare function Wrapper({ children }: PropsWithChildren): React.JSX.Element; //# sourceMappingURL=Wrapper.d.ts.map