import { type FC, type ReactNode } from 'react';
declare const Wrapper: FC<{
    children: ReactNode;
}>;
export default Wrapper;
//# sourceMappingURL=Wrapper.d.ts.map