import { HTMLAttributes, ReactElement } from 'react'; declare function Wrapper({ children }: HTMLAttributes): ReactElement; export default Wrapper;