import { IBox } from "../../core/types"; /** * A layout component that centers its children both horizontally and vertically. */ export interface ICenter extends IBox { }