export declare const BOUNDARY_BETWEEN_PC_AND_MOBILE = 719; export declare const MODAL_CONTAINER_RADIUS = 8; export declare const Device: { tabletPortrait: string; tabletLandscape: string; desktop: string; desktopLarge: string; }; export declare const AllSidesMixin: import("styled-components").FlattenSimpleInterpolation; export declare const CenterAbsoluteMixin: import("styled-components").FlattenSimpleInterpolation; export declare const FillSpaceMixin: import("styled-components").FlattenSimpleInterpolation; export declare const MaskMixin: import("styled-components").FlattenSimpleInterpolation; export declare const FlexBetweenMixin: import("styled-components").FlattenSimpleInterpolation; export declare const FlexCenterMixin: import("styled-components").FlattenSimpleInterpolation; export declare const FlexRightMixin: import("styled-components").FlattenSimpleInterpolation; export declare const FlexAlignCenterMixin: import("styled-components").FlattenSimpleInterpolation; export declare const FlexAlignStartMixin: import("styled-components").FlattenSimpleInterpolation; export declare const FlexWrapMxin: import("styled-components").FlattenSimpleInterpolation; export declare const ModalContainerMixin: import("styled-components").FlattenSimpleInterpolation; export declare const ScrollBarMixin: import("styled-components").FlattenSimpleInterpolation; export declare const InnerScrollMixin: import("styled-components").FlattenSimpleInterpolation; export declare const LargeScreenOnly: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const SmallScreenOnly: import("styled-components").StyledComponent<"div", any, {}, never>;