export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {
    maxHeight: number;
}, never>;
