export declare const FadeMask: import("styled-components").StyledComponent<"div", any, {
    isMaskTransparent: boolean;
}, never>;
export declare const MotionContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {
    scrollY: number;
}, never>;
