export declare const smallToMediumMobile: (element: React.FC) => import("@emotion/styled").StyledComponent; export declare const mediumToLargeDesktop: (element: React.FC) => import("@emotion/styled").StyledComponent; export declare const largeDesktop: (element: React.FC) => import("@emotion/styled").StyledComponent;