import { FC, ReactNode } from 'react'; interface WrapperProps { children: ReactNode; } export declare const Wrapper: FC; export {};