import { CenterProps } from "./type.mjs";
import { FC } from "react";

//#region src/Flex/Center.d.ts
declare const Center: FC<CenterProps>;
//#endregion
export { Center };
//# sourceMappingURL=Center.d.mts.map