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