import { FC } from "react";
export interface Props {
    height: string | undefined;
}
export declare const Wrapper: FC<Props>;
