import React from 'react';
import { ContainerProps } from './types';
export default function Container({ className, fluid, children, ...otherProps }: ContainerProps): React.JSX.Element;
