import { type CenterProps } from './Center.types'; /** * `Center` is a layout component that centers its child within itself. * @example * * ```tsx *