import type { FC } from "react"; import { type FlexContainerProps } 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 FlexColumn: FC;