import type { FC } from "react"; import { type FlexContainerBaseProps } from "./types/FlexContainerProps.type"; /** * Container to be used for layouting instead of divs around the project. * The spacing here has been coded according to our guidelines. */ export declare const FlexContainer: FC;