export default function Wrapper({ children }: { children: React.ReactNode; }): import('react').ReactNode;