import * as React from "react"; import { BoxProps } from "../Box"; type CenterProps = BoxProps & React.RefAttributes; declare const Center: React.ForwardRefExoticComponent; export default Center;