import { FC } from 'react'; import { ContainerProps } from './Grid.types'; declare const Container: FC; export default Container;