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