export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {
    isRelative?: boolean;
}, never>;
export declare const Container: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {
    fullWidth: boolean;
}, never>;
