import React from 'react'; import { ContentContainerProps } from './types'; export declare const DEFAULT_CONTENT_CONTAINER_WIDTH: { xs: string; sm: string; md: string; lg: string; }; export declare const ContentContainer: React.FC;