import type { IBoxProps } from '../../primitives'; export type IContainerProps = IBoxProps & { centerContent?: boolean; };