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