import { IWrapperProps } from "./types"; export declare const Wrapper: (props: IWrapperProps) => JSX.Element | null;